@import url(number.css);
@import url(jquery-css.css);

html {
	-webkit-text-size-adjust: 100%;
	/* Prevent font scaling in landscape */
}

body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #6f6f6f;
	font-size: 16px;
	/* line-height: 22px; */
	background: #fff;
}

.clear {
	height: 0;
	clear: both;
	line-height: 0;
}

.clearfix:after,
.content:after,
.row:after,
.form_row:after,
.addresses:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*.clearfix, .content, .row, .form_row { display: inline-block; }*/
* html .clearfix,
* html .content,
* html .row {
	height: 1%;
}

.clearfix,
.content,
.row {
	display: block;
}

.equal_height {}

.trigger_btn {}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	margin: 0;
	padding: 0;
	font-weight: normal
}

img {
	border: none;
}

a {
	text-decoration: none;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	/*color: #3385d0;*/
	text-decoration: none
}

button {
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	cursor: pointer
}

input[type=submit] {
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
	cursor: pointer
}

a:hover {
	color: #0070b9;
	text-decoration: none
}

select,
input[type=text],
input[type=button],
input[type=submit],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0
}

.content.small {
	max-width: 980px
}

.content.medium {
	max-width: 1000px
}

/*::-webkit-input-placeholder {
	color: #444444;
}

:-moz-placeholder {
	color: #444444;
}

::-moz-placeholder {
	color: #444444;
}

:-ms-input-placeholder {
	color: #444444;
}*/

@font-face {
	font-family: 'Samsung';
	src: url(../font/Samsung-Sharp-Sans-Bold-2.ttf);
}

abbr {
	border: none !important;
	cursor: inherit !important;
	text-decoration: none !important;
}

/*input.aws-search-field::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #70aadc;
}

input.aws-search-field:-moz-placeholder,
textarea:-moz-placeholder {
	color: #70aadc;
}

input.aws-search-field::-moz-placeholder,
textarea::-moz-placeholder {
	color: #70aadc;
}

input.aws-search-field:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #70aadc;
}*/

*:focus {
	outline: 0;
}

.text_center {
	text-align: center !important
}

.show_mobi {
	display: none !important
}

.text_center {
	text-align: center
}

.full_width {
	max-width: 100%
}

.space_30 {
	padding-bottom: 30px
}

img.center_img {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important
}

.table {
	display: table
}

/* Layout */
#initialPopup {
	display: none;
}

.general_container {
	overflow: hidden;
}

.row>* {
	float: left
}

h1 {
	font-size: 42px;
	line-height: 55px;
	padding-bottom: 20px;
}

h2 {
	font-size: 54px;
	line-height: 54px;
	padding-bottom: 20px;
}

.sep {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}

.sep:after {
	content: "";
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 94px;
	height: 2px;
	background: #92c152;
	left: 0;
	right: 0;
}

h3 {}

h4 {}

h5 {
	font-size: 18px;
	padding-bottom: 30px;
	line-height: 27px;
	color: #282222;
}

h6 {
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 0;
	font-weight: normal;
	/*color: #3385d0;*/
	margin-bottom: 24px;
}

ol {
	margin: 0;
	padding: 0 0 20px 22px
}

p {
	font-size: 16px;
	padding-bottom: 24px;
	line-height: 24px;
}

p a {
	font-weight: normal;
}

p sup {
	font-size: 0.75em;
}

.third {
	margin-right: 4.4%;
	width: 30.4%;
}

.third.last {
	margin: 0
}

.half {
	margin-right: 0;
	width: 50%;
	padding-right: 90px;
	box-sizing: border-box
}

.half.last {
	margin-right: 0;
	float: right;
	padding-right: 0;
	padding-left: 90px
}

.half.last.left {
	float: left
}

.half.last.first {
	float: left;
	padding-left: 0;
	padding-right: 60px
}

.small_distance .half {
	padding-right: 30px;
}

.small_distance .half.last {
	padding-right: 0;
	padding-left: 30px
}

.small_distance .half.right {
	padding-left: 30px;
}

.small_distance .half.last.left {
	padding-left: 0;
	padding-right: 30px
}

.half img {
	max-width: 100%;
	height: auto
}

.half p:last-child {
	padding-bottom: 0
}

.fifth {
	width: 20%
}

.fourth {
	width: 25%
}

.sixth {
	width: 16.6666%
}

.no_PaddTop {
	padding-top: 0 !important
}

.no_PaddB {
	padding-bottom: 5px !important
}

.no_Mar {
	margin: 0 !important
}

.right {
	float: right
}

.left {
	float: left
}

strong {
	font-weight: normal;
}

#mobile-menu {
	display: none
}

#bronto_response {
	display: none
}

.vertical_align {
	display: table;
}

.vertical_align p:last-child {
	padding: 0
}

.vertical_align .inner {
	vertical-align: middle;
	display: table-cell
}

.line_separator {
	border-bottom: 1px solid #dfdfdf
}

.section {
	width: 100%;
	background: top center no-repeat;
	background-size: cover
}

.section#no_space .content {
	padding: 0
}

.section#no_space .content .half:first-child p:last-child {
	line-height: 0
}

#fs_section .content {
	padding-bottom: 20px;
}

.section .content {
	padding: 80px 0;
}

.section .right_content .content {
	padding-bottom: 0px;
}

.section .content.clear_content {
	padding: 0
}

.section .content.clear_content:first-child {
	padding-top: 80px;
}

.section .content.clear_content:last-child {
	padding-bottom: 80px;
}

.gray_section {
	background: url(../image/gray_section.jpg) repeat #fcfcfc
}

.gray_section2 {
	background: #f5fafd;
	border-bottom: 1px solid #eef4f7
}

.sidebar .content,
.section .sidebar .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.sidebar {
	padding: 30px 0px;
}

.header_sticky {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}

/* .general_container{padding-top:110px;} */
.admin-bar .header_sticky {
	top: 32px;
}

/* Header Top */
.top_left {
	float: left;
	padding-left: 8px;
}

.socials {
	float: left
}

.socials li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	line-height: 18px;
}

.socials li a {
	color: #70aadc;
}

.socials li a:hover {
	color: #ffc245;
}

.select_lg {
	float: left
}

.select_lg label {
	position: relative;
	padding-right: 12px;
	display: block;
}

.l_label {
	display: block;
	float: left;
	letter-spacing: 0.05em;
}

.select_lg select {
	border: none;
	color: #70aadc;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	position: absolute;
	right: 2px;
	width: auto;
	top: 2px;
	text-align: right;
	background: none;
	padding-left: 89px;
	padding-top: 1px;
}

.select_lg label:before {
	content: "\f0d7";
	position: absolute;
	right: 1px;
	font: normal normal normal 10px/1 FontAwesome;
}

.select_lg select option {
	line-height: 20px;
}

.top_right {
	float: right;
}

.top_right>* {
	float: left
}

.search_trigger {
	display: block;
	line-height: 18px;
}

.search_down {
	display: none
}

.top_right ul.top_nav>li {
	float: left;
}

.top_right ul.top_nav>li.cart {
	text-transform: none
}

.top_right ul.top_nav>li.cart a:before {
	content: "";
	margin-right: 10px;
	width: 21px;
	height: 18px;
	background: url(../image/cart-icon.png);
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

.top_right ul.top_nav>li.cart a:hover:before {
	color: #000
}

.top_right ul.top_nav>li a {
	text-decoration: none
}

.sb_box .aws-search-form .aws-search-field {
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0 0 0 6px;
	font-family: inherit;
	font-size: 12px;
	color: #70aadc;
	box-sizing: border-box;
	border-bottom: 1px dotted #70aadc;
}

#aws-search-result-1 {
	width: 100% !important;
	max-width: 1200px;
	left: 0px !important;
	right: 0px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box !important;
	margin-top: -16px !important;
}

body .aws-search-result .aws_result_link:hover {
	background: #f5fafd;
}

.sb_box_wr {
	position: relative;
	padding-right: 30px;
}

.sb_box {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	width: 0px;
}

.sb_box.search_expanded {
	width: 135px;
}


/* Header */
.header {
	background: #f5fafd;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.logo {
	float: left;
	width: 218px;
	font-size: 0;
	line-height: 0;
}

.logo img {
	width: 100%;
	height: auto
}

.menu {
	float: right;
	position: relative;
	left: 3px;
}

.menu li a>.helper {
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.menu li a {
	vertical-align: middle;
	color: #fff;
	box-sizing: border-box;
}

.menu li a strong {
	display: block;
}

/* End Header */

/* Banner */
.banner {
	position: relative;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .content {
	text-align: center
}

/*.banner:after { content: ""; width: 38px; height: 38px; background: url(../images/arrow_bg.png) no-repeat center; background-size: 100%; position: absolute; right: 50%; margin-right: -19px; bottom: 45px; }*/
.banner h1 {
	font: 100px/120px 'Freeland';
	color: #fff;
	padding: 0;
	text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.24);
}

.page-id-61479 h1 {
	font-size: 80px;
	line-height: 100px;
	letter-spacing: -1px;
}

h1.smh1 {
	font-size: 80px;
	line-height: 100px;
}

.banner p {
	color: #3b3b3b;
	font-size: 20px;
	max-width: 612px;
	margin: 0 auto 30px;
	line-height: 34px;
}

.home .banner {
	color: #fff;
}

.bn_slider_image_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat;
	display: none;
}

.home .banner .content {
	padding-top: 50px;
	padding-bottom: 100px;
}

.home .banner p {
	max-width: 410px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 0px;
}

.home .banner p img {
	margin-bottom: 50px;
}

.home .banner h1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.home .banner h1:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.slick_custom .slick-arrow,
.products_slider_main .slick-arrow {
	position: absolute;
	z-index: 5;
	width: 51px;
	height: 51px;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: url(../image/slick-btn.png) no-repeat center center;
	background-size: cover;
	top: 120px;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	border: none;
	padding: 0;
	transition: all .3s ease-in-out;
}

.slick_custom .slick-arrow:hover {
	opacity: .85;
}

.slick_custom .slick-prev {
	left: 50%;
	margin-left: -550px;
}

.slick_custom .slick-next {
	right: 50%;
	margin-right: -550px;
	transform: scaleX(-1);
}

.slick-dots {
	text-align: center;
}

.slick_custom .slick-dots {
	position: absolute;
	bottom: 44px;
	width: 100%;
	left: 0;
}

.slick_custom .slick-dots li,
.slick-dots li {
	display: inline-block;
	margin: 0 4px;
}

.slick_custom .slick-dots li button,
.slick-dots li button {
	width: 10px;
	height: 10px;
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: #fff;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

.slick_custom .slick-dots li.slick-active button,
.slick-dots li.slick-active button {
	background: #ee1d23;
}

.products_slider_wr .slick-dots {
	margin-top: 30px;
}

.products_slider_wr .slick-dots li button {
	background: #f0f0f0;
}

.products_slider_wr .slick-dots li.slick-active button {
	background: #3385d0;
}

.cta_btn,
.page-id-11 .button {
	background: #fff;
	color: #7f674b;
	font-size: 18px;
	display: table;
	margin: 0;
	line-height: 22px;
	padding: 17px 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border-radius: 0px;
	letter-spacing: 1.5px;
	/* min-width: 285px; */
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #7f674b;
}

[class*="order-actions"] .button {
	min-width: 80px;
	display: block;
	padding: 10px;
}

.button.invoice {
	display: block;
}

.cta_btn:hover,
.page-id-11 .button:hover {
	color: #fff;
	background-color: #7f674b;
}

.cta_btn.blue {
	background-color: #0070b9;
	color: #fff;
}

.cta_btn.blue:hover {
	background-color: #ffc245;
}

.cta_btn.orange {
	background-color: #f36c21;
	color: #fff;
}

.cta_btn.orange:hover {
	background-color: #70aadc;
}

.cta_btn.full_width {
	box-sizing: border-box;
	width: 100%;
	padding: 18px 0
}

.cta_btn.arrow {
	position: relative;
	padding: 9px 45px 7px 26px;
	color: #fff;
	font-size: 14px;
	font-family: 'ProximaNovaBold';
	line-height: 23px;
	height: 43px
}

.cta_btn.arrow:after {
	content: "";
	position: absolute;
	padding-left: 14px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/cta_btn_arrow.png) no-repeat right;
	background-size: 8px 12px;
	width: 8px;
	height: 12px;
	top: 13px;
	transition: all 0.3s ease-in-out
}

.cta_btn.arrow:hover:after {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/cta_btn_arrow_hover.png)
}

.cta_btn.white_border {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	padding: 14px 15px;
	width: 100%;
	max-width: 224px;
	min-width: inherit
}

.cta_btn.white_border:hover {
	background: #fff;
	color: #70aadc
}

.cta_btn.orange_border {
	border: 1px solid #f36c21;
	color: #f36c21;
	background: none;
	padding: 17px 35px;
	width: 100%;
	max-width: inherit;
	min-width: inherit
}

.cta_btn.orange_border:hover {
	background: #f36c21;
	color: #fff
}

.cta_btn.small {
	min-width: inherit;
	padding: 10px 30px 11px;
	font-size: 16px;
}

input.cta_btn,
button.cta_btn {
	border: 1px solid #7f674b;
	border-radius: 0px
}

/* End Banner */

/* Home */
.choose_home {
	width: 50%;
	margin: 40px auto;
	position: relative
}

.choose_home>img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.choose_home .left_icon {
	max-width: 335px;
	position: absolute;
	left: 50%
}

.choose_home .left_icon.reason_1 {
	top: -20px;
	margin-left: -90%
}

.choose_home .left_icon.reason_2 {
	top: 192px;
	margin-left: -100%
}

.choose_home .left_icon.reason_3 {
	top: 408px;
	margin-left: -95%
}

.choose_home .left_icon.reason_4 {
	left: auto;
	right: 50%;
	top: -20px;
	margin-right: -90%
}

.choose_home .left_icon.reason_5 {
	left: auto;
	right: 50%;
	top: 192px;
	margin-right: -100%
}

.choose_home .left_icon.reason_6 {
	left: auto;
	right: 50%;
	top: 408px;
	margin-right: -95%
}

.choose_home .left_icon.reason_7 {
	position: relative;
	width: 100%;
	max-width: none;
	left: auto;
	margin-top: 40px;
}

.left_icon .left_icon_text {
	width: calc(100% - 90px);
	float: right
}

.left_icon .img_ctn {
	width: 75px;
	float: left;
}

.left_icon img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.left_icon h4 {
	padding-bottom: 7px;
}

.au_made_section {
	padding: 50px 0px 80px;
}

.au_made_section .content {
	max-width: 1110px;
}

.home .au_made_section h3,
.au_made_section h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	text-align: center;
}

.home .au_made_section p {
	line-height: 32px;
	margin-bottom: 40px;
	padding-bottom: 0px;
}

.home .au_made_section p:last-child {
	margin-bottom: 0px;
}

.au_made_section strong,
.au_made_section b {
	color: #3385bc;
	font-weight: normal;
}

.ds_flex {
	display: flex;
	align-items: center;
	margin-top: 45px;
}

.aum_ct_half {
	min-width: 260px;
}

.aum_img_half {
	margin-left: 100px;
}

.cta,
.instagram_feed_wr #sb_instagram #sbi_load .sbi_load_btn,
.instagram_feed_wr #sb_instagram .sbi_follow_btn a {
	text-transform: uppercase;
	display: inline-block;
	color: #7f674b;
	border: 1px solid #7f674b;
	text-decoration: none;
	background: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	box-sizing: border-box;
	padding: 11px 15px;
	min-width: 200px;
	letter-spacing: 1.5px;
	text-align: center;
}

.cta:hover,
.instagram_feed_wr #sb_instagram #sbi_load .sbi_load_btn:hover,
.instagram_feed_wr #sb_instagram .sbi_follow_btn a:hover {
	background: #7f674b;
	color: #fff;
}

.our_products_section {
	background: #f8f8f8;
	padding: 70px 0px;
}

.our_products_section .content {
	max-width: 1040px;
}

.our_products_section h2 {
	/*color: #3385d0;*/
	font: 80px/100px 'Freeland';
	text-align: center;
}

.home_products_section_wr img {
	max-width: 100%;
	height: auto;
}

.flex_row {
	display: flex;
}

.flex_sp {
	justify-content: space-between;
	margin-top: 30px;
}

.flex_sp>div {
	text-align: center;
	margin-top: auto;
	width: 40%;
}

.flex_sp>div img {
	margin-bottom: 25px;
}

.flex_sp p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.home .infoArea .isFormulaCat .content {
	display: block;
	padding-top: 70px;
	padding-bottom: 60px;
}

.co_home_cta_wr {
	text-align: center;
	margin-top: 50px;
}

.home .image_section {
	height: 700px;
}

.home_img_section .content {
	display: flex;
	flex-direction: column;
}

.img_s_heading_wr {
	padding-top: 120px;
}

.of_button_wr {
	margin-top: auto;
	padding-bottom: 60px;
}


.image_section h2 {
	color: #fff;
	font: 80px/100px 'Freeland';
	text-align: center;
	padding-bottom: 12px;
}

.home .image_section h2 {
	font-size: 100px;
	line-height: 120px;
}

.image_section h4 {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	font-weight: normal;
	letter-spacing: 2.78px;
}

.image_section h4:last-child {
	padding-bottom: 0px;
}

.restrict_content {
	margin: 0 auto;
	padding: 70px 0px 60px;
}

.mgtop40 {
	margin-top: 40px;
}

.home_faq_section h3 {
	color: #8a6e4b;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 31px;
	letter-spacing: 2px;
}

.home_faq_section {
	padding: 70px 0px 60px;
}

.home_faq_section .content {
	max-width: 768px;
}

.home_faq_wr {
	margin-bottom: 46px;
}

.home_faq_section .faq_row {
	padding-top: 0px;
}

.home_faq_section .faq_question {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home_faq_section .faq_question:after {
	content: "\f107";
	font: 30px/20px 'FontAwesome';
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-left: 15px;
}

.home_faq_section .faq_question.fqc_expanded:after {
	content: "\f106";
}

.blog_posts_section {
	background: #f8f8f8;
	padding: 50px 0px 50px;
}

.blog_posts_section .content {
	max-width: 1080px;
}

.blog_posts_title_wr {
	margin-bottom: 35px;
}

.blog_posts_title_wr h3 {
	font-size: 21px;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2.6px;
	color: #8a6e4b;
	font-weight: normal;
}

.blog_posts_fl_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.blog_post_box {
	width: 30.8%;
	background: #fff;
}

.blog_post_box a {
	text-decoration: none;
	display: block;
}

.blog_post_img_wr {
	padding-bottom: 70%;
	background-color: #c1c1c1;
	background-repeat: no-repeat;
	background-position: center 0%;
	background-size: cover;
	transition: all .3s ease-in-out;
}

a:hover .blog_post_img_wr {
	opacity: .8;
}

.blog_post_content_wr {
	background: #fff;
	padding: 25px 25px 40px;
}

.blog_post_date,
.blog_post_rm {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: #8a6e4b;
	letter-spacing: 1px;
	padding-bottom: 8px;
}

.blog_post_title {
	font-size: 21px;
	line-height: 27px;
	font-weight: normal;
	/*color: #3385d0;*/
	transition: all .3s ease-in-out;
}

a:hover .blog_post_title,
a:hover .blog_post_rm {
	color: #8a6e4b;
}

.blog_post_content p {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 2px;
}

.blog_post_rm {
	/*color: #3385d0;*/
	padding-bottom: 0px;
	transition: all .3s ease-in-out;
}

.center {
	text-align: center;
}

.instagram_section {
	padding: 70px 0px 60px;
}

.instagram_feed_wr #sb_instagram #sbi_images {
	margin-bottom: 55px;
}

.instagram_feed_wr #sb_instagram #sbi_load .sbi_load_btn,
.instagram_feed_wr #sb_instagram .sbi_follow_btn a {
	border-radius: 0;
}

.instagram_feed_wr #sb_instagram #sbi_load .sbi_load_btn:hover,
.instagram_feed_wr #sb_instagram .sbi_follow_btn a:hover {
	box-shadow: none;
}

.newsletter_section {
	background: #f8f8f8;
	padding: 70px 0px 90px;
}

.newsletter_form {
	max-width: 770px;
	margin: 0 auto;
}

.input-group {
	margin-bottom: 17px;
}

.input-group input {
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	height: 63px;
	border-radius: 0;
	box-sizing: border-box;
	color: #6f6f6f;
	text-indent: 24px;
	font-size: 16px;
	border: none;
	box-shadow: none;
}

.input-group.has-error input {
	border: 1px solid red;
}

.hidden {
	display: none;
}

.subscribe_submit_wr {
	text-align: center;
}

.subscribe_submit_wr .cta_btn {
	margin: 0 auto;
}


/* Products */
.wc-nested-category-layout-category-title {
	border-bottom: 2px solid #f0f0f0;
	color: #6f6f6f;
	font-size: 21px;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-bottom: 6px;
	margin-bottom: 14px;
}

.wc-nested-category-layout-category-title a,
.wc-nested-category-layout-category-title a:hover {
	color: inherit;
	text-decoration: none;
}

.right_content .content:not(.isFormulaCat) {
	border-bottom: 2px solid #f0f0f0;
}

.right_content.isFormulaCat .content {
	border-bottom: none;
}

.subcategory-products {
	display: flex;
	flex-wrap: wrap;
}

.products>li {
	float: left;
	width: 33.33%;
	margin-bottom: 50px
}

.related-prod .products>li {
	width: 25%;
	margin-bottom: 0
}

.products>li .inner {
	max-width: 340px;
	padding: 0 20px 25px;
	margin: 0 auto;
	position: relative;
}

.products>li .inner .find_btn {
	display: none
}

.products li .image {
	position: relative;
	text-align: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.r_prod_img_eqh {
	display: flex;
}

.products li sup {
	font-size: 16px;
}

.products li .image a {
	display: block;
	font-size: 0
}

.products li .image .helper {
	display: inline-block;
	height: 260px;
	vertical-align: bottom
}

.act_img_wrapper {
	margin: 0 auto;
	position: relative;
}

.new_product_badge {
	display: block;
	width: 84px;
	height: 84px;
	position: absolute;
	background: url(../image/new-product-icon.png) no-repeat center center;
	background-size: cover;
	bottom: 0;
	right: -25px;
}

.products li .image .act_img_wrapper {
	display: flex;
	align-items: flex-end;
	height: 380px;
	position: relative;
	width: 100%;
}

.products li .image .icon_new {
	z-index: 10;
	left: 7%;
}

.products li .image img {
	display: block;
	margin: 0 auto;
	margin-top: auto;
	width: auto;
	height: 100%;
	position: absolute;
	bototm: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.related.products li .image img,
.upsells.products li .image img {
	max-height: 300px;
}

.products li .image .recommended_for {
	background-color: rgba(0, 112, 185, 0.8);
	width: 69px;
	height: 69px;
	border-radius: 69px;
	line-height: 57px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	display: block;
	position: absolute;
	top: 30px;
	left: 0
}

.products li .image .recommended_for.orange {
	background-color: rgba(243, 108, 33, 0.85);
}

.products li .image .recommended_for.green {
	background-color: rgba(110, 190, 74, 0.85);
}

.products li .image .onsale {
	display: none
}

.product .prod-title {
	padding: 15px 15px 10px
}

.product .prod-title a {
	color: #191919;
	font-size: 18px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none
}

.product .prod-title a:hover {
	color: #70aadc;
}

.product .prod-title .table {
	width: 100%
}

.products .product .price {
	text-align: center;
	color: #70aadc;
	font-family: 'HelveticaNeue-Medium';
	font-size: 22px;
	padding-bottom: 17px;
	display: block
}

.archive p.out-of-stock {
	padding-bottom: 10px;
}

.products .product .price>* {
	display: block;
	text-decoration: none
}

.products .product .price>del {
	font-size: 14px;
	color: #f36c21;
	text-decoration: line-through
}

.products .product .cart {
	padding-bottom: 20px;
}

.products .product .cart .quantity {}

.products .product .cart .quantity label {
	float: left;
	font-size: 12px;
	color: #878787;
	line-height: 30px;
	padding-right: 7px;
}

.products .product .cart .quantity .fs-number {
	float: left
}

.products .product .cart .single_add_to_cart_button {
	float: right;
	line-height: 30px;
	background: none;
	border: none;
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
	color: #0070b9;
	font-family: 'HelveticaNeue-Medium';
	width: auto;
	padding: 0
}

.products .product .cart .single_add_to_cart_button:hover {
	text-decoration: none
}

.products .product .cta_btn {
	min-width: inherit;
	padding: 10px 10px 11px;
	width: 100%;
	font-size: 16px;
}

/*#braintree-paypal-loggedout {display: none !important;}*/
.woocommerce-cart .wc-proceed-to-checkout input.cta_btn.orange_border.button {
	display: none !important;
}

.update_cart_button {
	border: none;
	background: none;
	/*color: #3385d0;*/
	margin: 0;
	padding: 0;
	margin-top: 10px;
	font-weight: normal;
}

.update_cart_button:hover {
	color: #6f6f6f;
}

ul.products li .add_to_cart_button {
	display: none;
}

.cart-empty {
	font-size: 21px;
	line-height: 36px;
}

/*---- number style ----*/

.fs-number {
	margin-right: 0px;
	margin-bottom: 0px;
	border-radius: 0px;
	width: 100px;
	text-align: center;
}

.fs-number-arrow {
	font-family: "gill-sans-nova";
	font-weight: normal;
	font-size: 24px;
	line-height: 16px;
}

.fs-number-arrow.fs-number-up {
	padding-bottom: 2px;
}

.fs-number-arrow.fs-number-down {
	padding-bottom: 8px;
}

/* Blog Posts */
#blog_posts .half:first-child {
	width: 43%;
	padding-right: 30px;
	border-right: 1px solid #e8e8e8;
	position: relative;
	padding-top: 20px;
	padding-bottom: 30px;
}

#blog_posts .half:first-child:before {
	content: "";
	width: 31px;
	height: 60px;
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -30px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/posts_arrow_half.png) no-repeat;
	background-size: 100%;
}

#blog_posts .half:last-child {
	width: 55%;
	padding-top: 20px
}

#blog_posts h2 {
	position: relative
}

#blog_posts h2:after {
	content: "";
	width: 154px;
	height: 152px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/posts_icon.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: -63px;
	bottom: 18px
}

#blog_posts h5 {
	padding-bottom: 35px;
}

.post_list {
	position: relative;
	padding-left: 110px;
	padding-bottom: 45px
}

.post_list:last-child {
	padding-bottom: 0
}

.post_list .image {
	position: absolute;
	left: 0;
	top: -4px;
	width: 95px;
}

.post_list .image img {
	max-width: 100%;
	border-radius: 100%
}

.post_list p {
	padding-bottom: 7px;
}

a.post_more {
	color: #86b545;
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	text-align: right;
	padding-right: 15px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/more_post_arrow.jpg) no-repeat right 5px;
	background-size: 7px 12px;
	font-family: 'ProximaNovaBold';
}

a.post_more:hover {
	text-decoration: underline
}

.buttons {
	text-align: center;
	font-size: 0
}

.page-id-1196 #contact_section .buttons {
	text-align: left;
}

.buttons>* {
	display: inline-block;
}

.buttons>*:first-child {
	margin-right: 27px;
}

.buttons>*:last-child {
	margin-right: 0px;
}

.page-id-1196 #contact_section .buttons>*:first-child {
	margin-bottom: 10px;
}

#stockist {
	background: #70aadc;
}

#stockist .content {
	padding: 48px 0
}

#stockist h3 {
	color: #fff;
}

/* Footer */
.footer {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/footer_bg.jpg) no-repeat center bottom;
	background-size: cover
}

.footer .content {
	padding: 80px 0;
	text-align: center
}

.footer .footer_logo {
	margin-bottom: 20px;
}

.footer .socials {
	float: none;
	text-align: center;
	padding-bottom: 55px;
}

.footer .socials li {
	margin-right: 24px;
}

.footer .socials li:last-child {
	margin-right: 0
}

.footer .socials li a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #0070b9;
	color: #0070b9;
	border-radius: 42px;
	font-size: 20px;
	text-decoration: none
}

.footer_menu {
	font-size: 0;
	padding-bottom: 21px;
}

.footer_menu li {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	padding-right: 20px;
	margin-right: 18px;
	margin-bottom: 9px;
}

.footer_menu li:after {
	content: "";
	position: absolute;
	right: -2px;
	top: 11px;
	width: 4px;
	height: 4px;
	background: #c3c2c3;
	border-radius: 4px;
}

.footer_menu li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.footer_menu li:last-child:after {
	display: none
}

.footer_menu li a {
	color: #282222;
	text-decoration: none
}

.footer_menu li a:hover {
	color: #0070b9
}

.copy p a:hover {
	color: #0070b9;
}

.copy p span:last-child {
	display: none
}

.footer_payments {
	margin-top: 10px;
}

.arrow_up {
	margin-bottom: 4px;
}

.arrow_up img {
	max-width: 23px;
	height: auto;
}

/* About */

.about_first_sec {
	margin: 0 auto;
	max-width: 660px;
}

body .su-divider {
	border: none !important;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/divider.png) no-repeat 0 center;
	width: 2px;
	height: 52px;
	background-size: 100%;
	margin: 10px auto 40px !important;
}

.about_sec {
	margin-bottom: 10px;
	color: #fff;
	text-align: center
}

.about_sec .content_about {
	width: calc(100% - 491px);
	box-sizing: border-box;
	padding: 0px
}

.about_sec .content_about .inner {
	padding: 50px 11%
}

.about_sec p {
	font-size: 18px;
	line-height: 26px;
}

.about_sec p:first-child {
	padding-bottom: 10px
}

.content_about ul {
	text-align: left;
	padding-left: 30px;
}

.content_about ul li {
	min-height: 64px;
	display: table;
	table-layout: fixed;
	font-size: 16px;
	margin-bottom: 10px;
}

.content_about ul li:before {
	content: "";
	display: table-cell;
	vertical-align: middle;
	width: 64px;
	height: 64px;
	background-size: 100%;
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/certified_icon1.png);
	background-repeat: no-repeat;
}

.content_about ul li span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}

.content_about ul li.fertilisers:before {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/certified_icon2.png)
}

.content_about ul li.additives:before {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/certified_icon3.png)
}

.content_about ul li.antibiotics:before {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/certified_icon4.png)
}

.content_about ul li.organisms:before {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/certified_icon5.png)
}

.about_sec h2 {
	color: #fff
}

.about_sec .image_about {
	font-size: 0;
	line-height: 0;
	background-size: cover;
	background-position: center;
	width: 491px;
}

.about_sec .image_about img {
	opacity: 0;
	width: 100%;
	height: auto
}

#internal .tall_banner.banner h1 {
	color: #fff;
	font-size: 120px;
	line-height: 120px;
	text-align: center
}

.page-id-1117#internal .tall_banner.banner h1,
.page-id-1117#internal .tall_banner.banner h1,
.page-id-1128#internal .tall_banner.banner h1,
.page-id-1065#internal .tall_banner.banner h1 {
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	text-align: center
}

#internal .tall_banner.banner>.content {
	padding: 110px 0;
}

#internal .banner:after {
	display: none
}

.blue_section {
	background: rgba(112, 170, 220, 0.95);
	position: relative
}

.banner .blue_section:before {
	content: "";
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/blue_banner_arrow.png) no-repeat;
	background-size: 100%;
	width: 264px;
	height: 56px;
	position: absolute;
	top: -48px;
	left: 0;
	right: 0;
	margin: auto
}

#blue_section {
	background: #70aadc;
	position: relative;
	color: #fff
}

#blue_section h2 {
	color: #fff
}

ul.why {}

ul.why li {
	width: 16.6666%;
	float: left;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/why_sep.png) repeat-y right;
	text-align: center
}

ul.why li:last-child {
	background: none
}

ul.why li .inner {
	padding: 0 20px;
}

ul.why li .icon {
	min-height: 150px;
	text-align: center;
	width: 100%;
	line-height: 0;
	font-size: 0
}

ul.why li .icon img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: calc(100% - 1px);
	height: auto;
}

ul.why li .icon .helper {
	display: inline-block;
	height: 150px;
	vertical-align: middle;
	width: 1px;
	margin-right: 0px
}

.blue_section .content {
	padding: 45px 0;
	max-width: 1040px;
	text-align: center !important
}

.banner .blue_section p {
	padding-bottom: 0;
	color: #fff;
	max-width: 100%;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 0
}

.banner .blue_section h3 {
	font-family: 'cochinbold';
	color: #fff;
	padding-bottom: 15px;
}

#community {
	padding: 65px 0;
}

#community .content {
	width: 544px;
	box-sizing: border-box;
	height: 544px;
	padding: 45px 67px;
	text-align: center;
	background-color: rgba(255, 194, 69, 0.9);
	color: #fff;
	border-radius: 100%
}

#community .content h2 {
	color: #fff;
	line-height: 52px;
	padding-bottom: 30px;
}

#community .content p {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 0
}

#community .content img {
	margin-bottom: 15px;
}

#community .content.green {
	width: 589px;
	height: 589px;
	background: rgba(110, 190, 74, 0.9)
}

.half ul li {
	padding-left: 63px;
	position: relative;
	padding-bottom: 12px;
}

.half ul li:before {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: 3px;
	left: 28px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/list_bg.png) no-repeat;
	background-size: 100%
}

ul.blue_text li {
	padding: 0px 0 18px;
	color: #666666;
	font-family: 'HelveticaNeue-Regular';
	padding-left: 52px;
	position: relative
}

ul.blue_text li strong {
	color: #70aadc;
	font-family: 'HelveticaNeue-Bold';
	font-size: 18px;
	display: block;
	padding-bottom: 7px;
}

ul.blue_text li:before {
	content: "";
	left: 29px;
	top: 11px;
	width: 5px;
	height: 5px;
	background: #3385d0;
	border-radius: 50%;
	position: absolute;
}

ul.simplelist {
	padding-bottom: 14px;
}

ul.simplelist.nopadding {
	padding-bottom: 25px;
}

ul.simplelist.nopadding.no_PaddB {
	padding-bottom: 0
}

ul.simplelist li {
	padding-left: 52px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 10px;
	position: relative
}

ul.simplelist.nopadding li {
	padding-bottom: 0
}

ul.simplelist li:before {
	content: "";
	left: 33px;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #3385d0;
	border-radius: 50%;
	position: absolute
}

#internal .banner {
	text-align: center;
}

#internal .banner .content {
	padding: 80px 0;
	text-align: center
}

#internal .banner h6 {
	font-size: 20px;
	color: #fff;
	padding: 0 0 10px;
	font-family: 'HelveticaNeue-Regular';
	letter-spacing: 3px
}

#internal .banner.category_banner .content {
	padding: 70px 0
}

#internal .banner.category_banner {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/shop-page-hero-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.shop_banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.shop_banner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.shop_banner .breadcrumb {
	position: absolute;
}

#internal .banner .shop_banner>.content {
	margin: auto;
}

#internal .banner.category_banner .shop_banner>.content {
	padding: 50px 0px 100px;
}

.main_cat_page_description {
	text-align: center;
}

.main_cat_page_description .content {
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 900px;
}

.main_cat_page_description p {
	padding-bottom: 0px;
	margin-bottom: 24px;
}

.main_cat_page_description p:last-child {
	margin-bottom: 0px;
}

.play_button {
	margin-bottom: 30px;
	display: inline-block;
	transition: all .3s ease-in-out
}

.play_button:hover {
	opacity: .80;
}

.grey_info_bar {
	background: #f8f8f8;
	text-align: center;
	padding: 20px 0px;
}

.section .grey_info_bar .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.gb_content {
	max-width: 640px;
	margin: 0 auto;
}

.gb_content h4 {
	padding: 0;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 3.15px;
	color: #333;
}

/* team members section */
.team_members_section {
	text-align: center;
}

.team_members_section .content {
	max-width: 800px;
	padding-top: 50px;
}

.team_members_section .top_content {
	max-width: 680px;
	margin: 0 auto;
}

.nw_section h3:after,
.main_cat_page_description h3:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #3385d0;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.nw_section h3:not(:first-child) {
	margin-top: 55px;
}

.nw_section p {
	font-size: 16px;
	padding-bottom: 0;
	line-height: 30px;
	margin-bottom: 10px;
}

.nw_section p:last-child {
	margin-bottom: 0px;
}

.prod_short_description.bob_section {
	margin-bottom: 0px;
}

.prod_short_description.bob_section ul li {
	font-weight: normal;
	padding-bottom: 10px;
}

.prod_short_description.bob_section ul {
	margin-bottom: 16px;
}

.bob_section p:last-child {
	padding-bottom: 0;
}

.team_members_row {
	display: flex;
	flex-flow: wrap;
	margin-bottom: -40px;
	justify-content: center;
	margin-top: 50px;
}

.team_member_box {
	max-width: 218px;
	margin: 0px 21px 40px;
}

.team_member_img {
	padding-bottom: 100%;
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}

.team_member_description {
	margin-top: 8px;
}

.team_member_description h4 {
	color: #6f6f6f;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 0px;
}

.team_member_description p {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 7px;
}

.team_member_description p:last-child {
	margin-bottom: 0;
}

.team_member_description p strong {
	font-size: 12px;
	font-weight: normal;
}

.section.wb_cfo {
	background-position: center center;
}

.section.wb_cfo.smp_section {
	background-position: center 100%;
	background-size: auto;
}

.sm_content .content {
	max-width: 740px;
}

.wb_cfo .content {
	padding-top: 50px;
	padding-bottom: 40px;
}

.wb_cfo p {
	/*color: #3385d0;*/
}

.smp_section p {
	max-width: 540px;
	color: #6f6f6f;
	line-height: 32px;
}

.smp_section h3+p {
	max-width: 100%;
}

.wb_cfo ul {
	margin-bottom: 28px;
}

.content.r3content {
	padding-top: 0px;
}

.round_numbering,
.nw_section .round_numbering {
	margin-left: auto;
	margin-right: auto;
	width: 46px;
	height: 46px;
	/*color: #3385d0;*/
	font-size: 26px;
	line-height: 41px;
	border-radius: 50%;
	border: 1px solid #3385d0;
	text-align: center;
	font-weight: normal;
	margin-bottom: 50px;
}

.row_3 {
	display: flex;
	justify-content: space-between;
}

.box_3 {
	max-width: 30%;
}

.box_3 p strong {
	display: block;
	/*color: #3385d0;*/
}

.column_limit {
	max-width: 460px;
	margin: 0 auto;
}

.column_limit h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	letter-spacing: 2.8px;
}

.pd60 .content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.image_section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 600px;
	text-align: center;
	display: flex;
}

.img_have_content {
	height: 665px;
}

.center_content {
	display: flex;
	align-items: center;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.map_section .content {
	padding-top: 30px;
	padding-bottom: 45px;
}

.map_section p {
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.map_section p img {
	max-width: 100%;
	height: auto;
}

.sm_columns h4 {
	font-weight: normal;
}

.sm_columns .col_1 {
	max-width: 420px;
}

/* cop slider */
.team_slider_section .top_content {
	max-width: 570px;
	margin: 0 auto 50px;
}

.cop_slider_wr {
	max-width: 600px;
	margin: 0 auto;
}

#cop_slider {
	width: 100%;
}

html .rsDefault .rsArrow {
	width: 50px;
	height: 51px;
	position: absolute;
	top: 50% !important;
	margin-top: -26px;
	opacity: 1;
}

html .rsDefault .rsArrowIcn {
	width: 50px;
	height: 51px;
	top: 0;
	left: 0;
	margin-top: 0;
	margin-left: 0;
	background: url(../image/slider_arrow.png) no-repeat center center !important;
	background-size: 100% 100% !important;
}

html .rsDefault .rsArrowRight .rsArrowIcn {
	transform: scaleX(-1);
}

html .rsDefault .rsArrowLeft {
	left: -82px !important;
}

html .rsDefault .rsArrowRight {
	right: -82px !important;
}

html .rsArrow.rsHidden {
	opacity: 1;
	visibility: visible;
}

html .rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.cop_slider_wr #slider_thumbs {
	margin-top: 15px;
}

.cop_slider_wr #slider_thumbs .rsDefault,
#slider_thumbs .rsDefault .rsThumbs {
	background: none;
}

.cop_slider_wr #slider_thumbs .rsNavItem.rsThumb {
	background: #b7b7b7;
}

.cop_slider_wr #slider_thumbs .rsThumbs .rsThumb {
	width: 190px;
	height: 107px;
	margin-right: 15px;
	background: #b7b7b7;
}

.cop_slider_wr #slider_thumbs .rsThumbsHor {
	height: 107px;
}

.cop_slider_wr #slider_thumbs .rsThumb:hover {
	opacity: .85;
}

.cop_slider_wr #slider_thumbs .rsThumbsContainer {
	width: calc(100% + 15px) !important;
	transform: none !important;
}

.cop_slider_wr .rsDefault .rsThumbsHor {
	height: 107px;
	background: none;
	margin-top: 16px;
}

.cop_slider_wr .rsDefault .rsThumb {
	width: 190px;
	height: 107px;
}

#cop_slider.rsDefault .rsGCaption {
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: none;
	color: #333;
	padding: 0;
	width: 100%;
	font-size: 14px;
	border-radius: 0px;
}

.sl_caption {
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, .75);
	display: block;
	box-sizing: border-box;
	font-weight: normal;
	letter-spacing: .5px;
	padding: 5px 10px;
}

/* VI slider */
.section.vis_section .content {
	padding: 45px 0px;
}

.vi_slider_wr {
	max-width: 986px;
	margin: 0 auto;
}

.vi_slider_wr .rsDefault .rsThumbsHor {
	height: 105px;
	background: none;
	margin-top: 10px;
}

.vi_slider_wr .rsDefault .rsThumb {
	width: 189px;
	height: 105px;
}

.vi_slider_wr .rsDefault .rsThumb:hover,
html .rsDefault .rsThumb:hover {
	opacity: .85;
}

.vi_slider_wr .rsDefault .rsThumb.rsNavSelected,
html .rsDefault .rsThumb.rsNavSelected {
	background: #b7b7b7;
}

.vi_slider_wr .rsDefault .rsGCaption {
	padding: 0;
}

.vi_slider_wr .rsDefault .rsPlayBtnIcon,
.cop_slider_wr .rsDefault .rsPlayBtnIcon {
	border-radius: 50%;
	background-color: transparent;
	border: 5px solid #fff;
}

.vi_slider_wr .rsDefault .rsPlayBtn,
.cop_slider_wr .rsDefault .rsPlayBtn {
	margin-left: -37px;
	margin-top: -37px;
}

.vi_slider_wr .rsDefault.rsHor .rsArrowLeft,
.vi_slider_wr .rsDefault.rsHor .rsArrowRight {
	margin: 0;
}

/* Products slider */
.products_slider_section .content {
	padding-top: 60px;
}

.s_style {
	margin-bottom: 60px;
}

.s_style h3 {
	/*color: #3385d0;*/
	font-size: 21px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 35px;
}

.products_slider_main {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 80px;
}

.prod_slider_box a {
	display: flex;
	height: 240px;
	max-width: 210px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.ps_3_prod a {
	height: 270px;
	max-width: 240px;
}

.prod_slider_box a img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto auto 0;
	display: block;
}

.prod_slider_box p {
	/*color: #3385d0;*/
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}

.products_slider_main .slick-arrow {
	background-image: url(../image/slider_arrow.png);
	width: 50px;
}

.products_slider_main .slick-prev {
	left: 0;
}

.products_slider_main .slick-next {
	right: 0;
	transform: scaleX(-1);
}


/* why organic page */
.why_top_section .content,
.single_reason_content .content {
	max-width: 980px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.why_top_section p {
	font-size: 16px;
	line-height: 30px;
}

.single_reason_img {
	background-repeat: no-repeat;
	/*background-size: cover; */
	background-position: center center;
}

.single_reason_img .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.rs_row {
	height: 665px;
	display: flex;
}

.rs_title {
	display: flex;
	max-width: 600px;
}

.single_reason:nth-child(even) .rs_title {
	margin-left: auto;
}

.rs_title_wr {
	margin-top: auto;
	margin-bottom: auto;
}

.single_reason:nth-child(odd) .rs_title_wr {
	margin-left: auto;
}

.rs_title_wr h2 {
	font: 50px/60px 'TrueNorth';
	color: #fff;
	display: inline-block;
	text-align: center;
}

.rs_title_wr h2 strong,
.rs_title_wr h2 b {
	font-weight: normal;
}

.single_reason_content h4 {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}

.single_reason_content sup {
	font-size: 0.6em;
}

.single_reason_content h5 {
	color: #999;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
}

.single_reason_content ol,
.single_reason_content ul {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 28px;
	padding-bottom: 0px;
}

.single_reason_content ol {
	padding-left: 40px;
}

.single_reason_content ul {
	padding-left: 17px;
}

.single_reason_content ol li {
	margin-bottom: 28px;
}

.single_reason_content ol li:last-child {
	margin-bottom: 0;
}

.single_reason_content ul li {
	padding-left: 17px;
	position: relative;
	margin-bottom: 0px;
}

.single_reason_content ul li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #6f6f6f;
	top: 14px;
	left: 0;
}

.articles_section .content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.articles_section .top_content {
	max-width: 710px;
	margin: 0 auto 50px;
}

.articles_section .top_content h2 {
	color: #8a6e4b;
	font: 21px/36px 'gill-sans-nova';
	letter-spacing: 2.7px;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 28px;
}

.articles_section .top_content h2:last-child {
	margin-bottom: 0px;
}

.articles_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.single_article {
	width: 30%;
	margin-bottom: 60px;
}

.single_article a {
	text-decoration: none;
}

.single_article a * {
	transition: all .3s ease-in-out;
}

.single_article_img {
	border: 1px solid #c5c5c5;
	margin-bottom: 30px;
}

.single_article a:hover .single_article_img {
	border-/*color: #3385d0;*/
}

.single_article_img img {
	display: block;
	width: 100%;
	height: auto;
}

.single_article h3 {
	text-transform: none;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 12px;
}

.single_article h3:after {
	content: none;
	display: none;
}

.single_article p {
	color: #6f6f6f;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 6px;
}

.single_article a:hover p {
	/*color: #3385d0;*/
}

.single_article p:last-child {
	margin-bottom: 0px;
}

.single_article p.rm_info {
	/*color: #3385d0;*/
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

.images_slider_section .content {
	padding-top: 100px;
}

.img_slider_main {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 90px;
}

.img_slider_main_box_wr {
	max-width: 721px;
	margin: 0 auto;
	position: relative;
}

.img_slider_main_box {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.img_slider_main_box.active_image {
	position: static;
	opacity: 1;
}

.img_slider_main_box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.img_slider_thumb_wr {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.img_slider_thumb_box {
	max-width: 23%;
}

.img_slider_thumb_box a {
	display: block;
	cursor: pointer;
	opacity: .8;
	box-sizing: border-box;
}

.img_slider_thumb_box.active_thumb a,
.img_slider_thumb_box a:hover {
	opacity: 1;
}

.img_slider_thumb_box img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid transparent;
}

.img_slider_thumb_box.active_thumb a img,
.img_slider_thumb_box a:hover img {
	border-/*color: #3385d0;*/
}

.social_share_wr {
	margin-top: 20px;
	text-align: center;
}

.social_share_wr a {
	display: inline-block;
	border: none;
}

.social_share_wr a img,
.social_share_wr a:hover img {
	border: none;
}

.active_thumb .social_share_wr a,
.social_share_wr a {
	opacity: .8;
}

.active_thumb .social_share_wr a:hover,
.social_share_wr a:hover {
	opacity: 1;
}


.img_s_ct {
	display: block;
	width: 50px;
	height: 51px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background: url(../image/slider_arrow.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	opacity: .8;
}

.img_s_ct:hover {
	opacity: 1;
}

.prev_ct {
	left: 40px;
}

.next_ct {
	transform: scaleX(-1);
	right: 40px;
}

/* Category */
.shop_page {
	padding: 50px 0;
}

.sidebar {}

.h_bar {
	text-transform: uppercase;
	border-bottom: 2px solid #f0f0f0;
	color: #6f6f6f;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 16px;
	padding-bottom: 6px;
	letter-spacing: 2px;
}

.side_row {
	display: flex;
	max-width: 820px;
	margin: 30px 0 0;
}

.sidebar .box_sidebar {
	margin-right: 80px;
}

.side_row>div:last-child .box_sidebar {
	margin-right: 0px;
}

.side_row .berocket_aapf_widget-title_div {
	cursor: default;
	min-height: none;
	padding-right: 0px;
	font-size: inherit;
}

.side_row h3 {
	color: #2e81cf;
	font-size: 18px;
	padding-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sidebar .services {
	background: #f5fafd;
	padding: 25px;
	border: 1px solid #e4f0f9
}

.sidebar .service {
	font-size: 0;
	margin-bottom: 20px;
}

.sidebar .service:last-child {
	margin-bottom: 0
}

.sidebar .service>* {
	display: inline-block;
	vertical-align: middle
}

.sidebar .service .service_icon {
	max-width: 55px;
	margin-right: 20px;
	font-size: 0;
	line-height: 0
}

.sidebar .service .service_icon img {
	max-width: 100%;
	height: auto
}

.sidebar .service .service_text {
	width: calc(100% - 75px);
	font-size: 15px;
	color: #70aadc;
	line-height: 18px;
}

.right_content {}

.sidebar ul li {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/sidebar_list_arrow.png) no-repeat 0 7px;
	background-size: 4px 7px;
	padding: 0 0 15px 20px;
	font-size: 15px;
}

.sidebar ul li a {
	color: #70aadc
}

.sidebar ul li a:hover {
	text-decoration: underline
}

.berocket_aapf_widget_show.mobile_hide {
	display: block !important;
}

.sidebar .berocket_aapf_widget_show .fa.fa-angle-left {
	font-size: 25px;
	line-height: 20px;
	margin-left: 0px;
	color: #70aadc;
	display: none;
}

.sidebar ul.berocket_aapf_widget li {
	background: none;
	padding: 0 0 10px 0
}

.sidebar ul.berocket_aapf_widget li {}

.sidebar .berocket_aapf_widget>li>span>label.berocket_label_widgets {
	color: #70aadc;
	font-size: 14px;
	position: relative;
	padding-left: 32px;
	display: block;
	padding-top: 5px;
	white-space: nowrap;
	text-transform: capitalize;
}

.sidebar .berocket_aapf_widget>li>span>label.berocket_label_widgets:first-letter {
	text-transform: capitalize;
}

.sidebar .berocket_aapf_widget>li>span>label.berocket_label_widgets:after {
	content: "";
	display: inline-block !important;
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background-color: none;
	vertical-align: middle;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid #2e81cf;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
}

.sidebar .berocket_aapf_widget>li>span>input[type=checkbox]:checked+label.berocket_label_widgets:after {
	background: #2e81cf;
}

.sidebar .berocket_aapf_widget>li>span>input[type=checkbox],
.sidebar .berocket_aapf_widget>li>span>input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.archive.tax-product_cat.term-food .food_filter .berocket_term_depth_2 {
	display: none;
}

.category_info {
	background: #f5fafd;
	border: 1px solid #e4f0f9;
	padding: 45px 55px 45px 70px;
	position: relative
}

.category_info h2 {
	font-size: 40px;
	line-height: 45px;
	padding-bottom: 20px;
}

.category_info:after {
	content: "";
	width: 21px;
	height: 41px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/info_icon.png) no-repeat;
	background-size: 21px 41px;
	position: absolute;
	top: 33px;
	right: 52px;
}

.breadcrumb.no_bg {
	background: none;
}

.breadcrumb span {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}

.breadcrumb a {
	color: #93bde3
}

.breadcrumb a:hover {
	color: #0070b9
}

.breadcrumb span.separator {
	padding: 0;
	width: 30px;
	height: 22px;
	font-size: 0;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/breadcrumb_sep.png) no-repeat center;
	background-size: 4px 7px;
}

.shop_banner .breadcrumb {
	background: none;
}

#internal .banner.category_banner .shop_banner .breadcrumb .content,
#internal .banner_inner.shop_banner .breadcrumb .content {
	padding: 0;
}

.breadcrumb,
.breadcrumb .content {
	text-align: left !important;
}

.breadcrumb .shop_page_url_breadcrumbs,
.breadcrumb .shop_page_url_breadcrumbs+.separator {
	display: none;
}

.product_formula_banner {
	height: 665px;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
}

.formula_mobile_image_wr {
	height: 480px;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: cover;
	display: none;
}

.formula_title_section {
	text-align: center;
	padding-top: 46px;
}

.formula_title_section h1,
.formula_title_section .first-word {
	font: normal 42px/55px "gill-sans-nova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.7px;
	/*color: #3385d0;*/
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 29px;
}

.formula_title_section h1:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #3385d0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}

.formula_title_section h1 span {
	color: #aa8719;
	display: block;
	font-weight: normal;
}

.formula_title_section h4 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0;
}



img.alignright {
	float: right
}

img.alignleft {
	float: left
}

.snack_range {
	padding: 30px 0 50px;
}

.snack_range .fourth {
	box-sizing: border-box;
	padding: 0 20px;
	text-align: left
}

.snack_range .fourth strong {
	padding: 0;
	display: block
}

.snack_range .fourth p {
	padding-bottom: 15px;
}

.snack_range .fourth .snack_icon {
	margin-bottom: 7px;
}

.snack_range .fourth ul.simplelist li {
	padding-left: 15px;
	font-size: 14px;
	line-height: 22px
}

.snack_range .fourth ul.simplelist li:before {
	left: 0
}


.default_page h3 {
	padding: 15px 0 15px;
	font-family: 'cochinbold';
}

.main_product_section {
	padding: 30px 0px 60px;
}

.formula_product_section {
	padding-top: 80px;
}

.single-product .formula_product_section .entry-summary {
	padding-top: 12px;
}

.single-product .image_product {
	float: left;
	width: 50%;
}

.single-product .image_product .images {
	margin: 0 auto;
}

.single-product .image_product img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-height: 528px;
}

.single-product .formula_product_section .image_product img {
	max-height: 505px;
	width: auto;
}

.formula_product_section .prod_short_description ul {
	margin-top: 28px;
}

.formula_product_section .prod_short_description ul li {
	font-size: 21px;
	line-height: 29px;
}

.formula_product_section .prod_short_description p {
	line-height: 30px;
}

.formula_product_section .prod_short_description p em {
	font-size: 8px;
	line-height: 22px;
	display: inline-block;
}

.main_product_section .summary .dimensions,
.main_product_section .summary .qty_wr .screen-reader-text {
	display: none;
}

.attachment-shop_single.size-shop_single {
	width: auto;
	height: auto;
}

.image_product .thumbnails {
	display: flex;
	max-width: 270px;
	margin: 32px auto 0;
	justify-content: center;
}

.image_product .thumbnails a {
	display: flex;
	background: #f0f0f0;
	width: 30%;
	margin-right: 5%;
}

.image_product .thumbnails a:last-child {
	margin-right: 0px;
}

.image_product .thumbnails a img {
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}

.formula_product_section .image_product .thumbnails {
	max-width: 350px;
}

.formula_product_section .image_product .thumbnails a {
	box-sizing: border-box;
	padding: 12px;
}

.formula_product_section .prod_short_description {
	border-bottom: 1px solid #6f6f6f;
	padding-bottom: 15px;
	margin-bottom: 35px;
}


.single-product .entry-summary h1 {
	color: #70aadc;
	font-size: 35px;
	line-height: 50px;
	letter-spacing: 0.2px;
	padding-bottom: 24px;
	font-family: 'HelveticaNeue-Medium';
}

.single-product .entry-summary .price {
	color: #70aadc;
	padding: 0;
	font-size: 16px;
	font-family: 'HelveticaNeue-Light';
	letter-spacing: 1px;
	line-height: normal;
	float: right;
}

.total_prod_total_price_wr {
	margin-top: 20px;
}

.outofstock .total_prod_total_price_wr,
.outofstock .summary.entry-summary p.price {
	display: none;
}

.outofstock p.stock.out-of-stock.df-oos-class {
	display: block;
}

.total_prod_total_price_wr #total_single_prod_price .price_tag {
	display: none;
}

.total_prod_total_price_wr #total_single_prod_price .price_tag.price_tag_total {
	display: inline-block;
}

.single-product .entry-summary .single_add {}

.single-product .entry-summary .single_add .cta_btn {
	width: 100%;
	border: none;
	clear: both;
	float: none;
}

.single-product .entry-summary .single_add .cart>label {
	float: left;
	margin-right: 10px;
	color: #8a6e4b;
	font-size: 15px;
	display: block;
	line-height: 42px;
}

.single-product .entry-summary .single_add .cart>div.quantity {
	float: left;
	margin-bottom: 13px;
}

.single-product .entry-summary .single_add .cart>table {
	display: block;
	line-height: 22px;
	text-align: left;
	margin-bottom: 20px;
	float: left;
}

.single-product .entry-summary .single_add .cart>table tr {
	padding: 0;
	margin: 0;
	border: none;
}

.single-product .entry-summary .single_add .cart>table th,
.single_add .cart>table td {
	font-weight: normal;
	font-size: 16px;
	color: #8a6e4b;
	border: none;
	padding: 0;
	margin: 0;
}

.single_add .cart>table td {
	padding-left: 4px;
}

.single-product .entry-summary .single_add .fs-number-element,
.shop_table .product-quantity .quantity .fs-number-element {
	font-size: 18px;
	padding: 0;
	max-width: 28px;
	height: 36px;
	text-align: center;
	border: none;
	box-sizing: border-box;
}

.shop_table .product-quantity .quantity .fs-number-element {
	font-size: 16px;
	font-weight: normal;
	color: #6f6f6f;
}

.single-product .entry-summary .single_add .find_btn {
	color: #0070b9;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/find_btn_bg.png) no-repeat 0 0;
	background-size: 17px;
	line-height: 17px;
	font-size: 15px;
	display: table;
	margin: 0 auto;
	padding-left: 26px;
}

.single-product .entry-summary h3 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	font-family: 'HelveticaNeue-Bold';
}

.qty_wr {
	display: flex;
	align-items: center;
}

.qty_wr>label {
	margin-right: 20px;
	color: #8a6e4b;
}

.qty_add_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear: both;
	flex-wrap: wrap;
}

.formula_prod_info_wr {
	margin-top: 100px;
}

.resp-tabs-container p,
.single-product .resp-tabs-container p,
.resp-tabs-container li {
	font-size: 16px;
	line-height: 24px;
	/*color: #3385bc;*/
}

.tabs_padding {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}

.ni_icons_row {
	display: flex;
	justify-content: space-between;
	max-width: 720px;
	flex-wrap: wrap;
	margin: 20px auto 0;
}

.ni_box {
	width: 20%;
	margin-bottom: 40px;
}

.single-product .ssba_facebook_share {
	margin-left: 5px;
}

.single-product .ssba a:hover img {
	opacity: 0.8
}

.product_description {
	padding: 70px 0 40px
}

.product_description h2,
.product_description h4 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 20px;
	font-family: 'cochinbold';
}

.product_description h4 {
	padding-top: 10px;
}

.resp-tab-content table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    /*color: #3384cf;*/
    table-layout: fixed;
    width: 100% !important;
}

.resp-tab-content table:not(:last-child) {
	/*margin-bottom: 28px;*/
}

.resp-tab-content th {
	padding: 20px;
	text-align: center;
	border: 1px solid #3384cf;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	vertical-align: bottom;
}

.resp-tab-content td {
	padding: 8px 20px;
	line-height: 24px;
	border: 1px solid #333;
	font-size: 16px;
	text-align: center;
}

.resp-tab-content td:first-child {
	text-align: left;
}

.resp-tab-content th:first-child,
.resp-tab-content td:first-child {
	border-left: none;
}

.resp-tab-content th:last-child,
.resp-tab-content td:last-child {
	border-right: none;
}

.resp-tab-content tr:last-child td {
	border-bottom: none;
}

.tabs_padding th:first-child,
.tabs_padding td:first-child,
.tabs_padding th:last-child,
.tabs_padding td:last-child,
.tabs_padding tr:last-child td {
	border: 1px solid #3384cf;
}

.tabs_padding td:first-child {
	text-align: center;
}

.resp-tab-content tfoot {
	display: none
}

.resp-tab-content img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.tabs_padding thead th {
	color: #fff;
	text-transform: uppercase;
	background: #3384cf;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3px;
}

body {
	counter-reset: icons-li-counter;
}

.mid_icons_ul li {
	display: flex;
	border-top: 1px solid #3385d0;
	padding: 30px 22px;
	align-items: center;
}

.mid_icons_ul li:last-child {
	border-bottom: 1px solid #3385d0;
}

.mid_icons_ul li:before {
	display: block;
	margin-right: 50px;
	font-weight: normal;
	counter-increment: icons-li-counter;
	content: counter(icons-li-counter);
	font-size: 23px;
}

.mid_icons_ul li img {
	margin-left: 0;
	margin-right: 50px;
}

.mid_icons_ul li span {
	max-width: 480px;
}

.infoArea .formula_grey_content .content {
	max-width: 1080px;
}

.infoArea .grey.formula_grey_content h3 {
	max-width: 675px;
}

.infoArea .grey.formula_grey_content ul {
	max-width: 100%;
}

.infoArea .grey.formula_grey_content ul li {
	width: 24%;
}

.infoArea .grey.formula_grey_content h5 {
	color: #999;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.single-product .related.products ul.products.clearfix:after {
	content: none;
}

.single-product .related.products ul.products {
	justify-content: space-around;
}

.related.products h2,
.upsells.products h2 {
	text-align: center;
	margin-bottom: 40px;
}

.related .products>li .shop_attributes {
	display: none
}

.related .products>li label {
	display: none;
}

.woocommerce-message {
	padding: 15px 20px;
	line-height: 22px;
	background: #f5fafd;
	margin-bottom: 40px;
	font-weight: normal;
}

.woocommerce-message a {
	font-weight: inherit;
}

.products .product .stock.in-stock {
	display: none;
}

.subcategory-term_description {
	background: #f8f8f8;
	text-align: center;
	padding: 12px 20px;
	margin-bottom: 30px;
}

.subcategory-term_description p {
	padding-bottom: 0px;
	font-size: 14px;
}


/* Cart Page */
.cart_section .woocommerce-message a {
	display: none;
}

.cart_section h3 {
	text-transform: uppercase;
	/*color: #3385d0;*/
	font-size: 21px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: 2px;
}

.cart_section .woocommerce {
	margin-top: 35px;
}

.content.default_content {
	padding: 40px 0
}

.content.default_content h2 {
	padding-bottom: 40px
}

.shop_table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.shop_table thead th {
	background: #3385d0;
	color: #fff;
	text-align: left;
	padding: 20px 25px;
	font-weight: normal;
	font-weight: normal;
	text-transform: uppercase;
}

.shop_table.cart {
	border-top: 1px solid #6e6e6e;
}

.shop_table td {
	border-bottom: 1px solid #6e6e6e;
	padding: 30px 25px;
}

.shop_table td.product-thumbnail {
	width: 90px;
	text-align: center
}

.shop_table td.product-thumbnail img {
	display: block;
	max-height: 170px;
	width: auto;
	height: auto;
	margin: 0 auto
}

.shop_table td.product-thumbnail a {
	display: table;
	position: relative;
	margin: 0 auto
}

.shop_table td.product-thumbnail a .recommended_for {
	background-color: rgba(0, 112, 185, 0.8);
	width: 35px;
	height: 35px;
	border-radius: 35px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	display: block;
	position: absolute;
	top: 5px;
	left: -18px;
}

.shop_table td.product-thumbnail a .recommended_for.orange {
	background-color: rgba(243, 108, 33, 0.85);
}

.shop_table td.product-thumbnail a .recommended_for.green {
	background-color: rgba(110, 190, 74, 0.85);
}

.shop_table td.product-name a {
	color: #6f6f6f;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}

.shop_table td.product-name a:hover {
	/*color: #3385d0;*/
}

.shop_table td.product-quantity {
	text-align: center;
	width: 160px;
}

.shop_table td.product-subtotal,
.shop_table td.product-price {
	color: #6f6f6f;
	font-size: 16px;
	line-height: 24px;
}

.shop_table .product-quantity .quantity .screen-reader-text {
	display: none;
}

.pq_wr,
.pr_wr {
	display: inline-block;
	vertical-align: top;
}

.pr_wr {
	margin-left: 25px;
	margin-top: 6px;
}

.shop_table .remove {
	width: 18px;
	height: 23px;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/cart_remove_product.png) no-repeat center center;
	background-size: cover;
}

.shop_table .remove:hover {}

.shop_table td.product-remove {
	width: 26px;
	padding-left: 0px;
}

.shop_table .fs-number-element.input-text {
	font-size: 18px;
	padding: 0 16px 0px 0;
	max-width: 64px;
	height: 42px;
	text-align: center;
}

.shop_table .fs-number {
	max-width: 110px;
	margin: 0 auto;
}

.woocommerce-error {
	background: #ffe5e6;
	color: #ed1c24;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 35px;
	padding: 15px 20px;
	font-weight: normal;
}

.single-product .woocommerce-error {
	margin-bottom: 0px;
}

.woocommerce-error>li {
	background: 0 0 !important;
}

.woocommerce-error>li a {
	font-family: 'HelveticaNeue-Medium';
	color: #0070b9;
}

.woocommerce-info {
	line-height: 24px;
	margin-bottom: 35px;
	background: #f5fafd;
	font-weight: normal;
	padding: 15px 20px;
}

.woocommerce-info>li {
	padding: 0 30px 0 55px !important;
	background: 0 0 !important;
}

.woocommerce-info>li a {
	color: #13a5e0 !important;
	font-family: 'HelveticaNeue-Medium';
	font-size: 16px !important;
}

.cart_logos {
	float: left;
	font-size: 0
}

.cart_logos li {
	width: 111px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	border: 1px solid #ecf2f6;
	font-size: 0;
	line-height: 0
}

.cart_logos li:last-child {
	border: none;
	margin-right: 0px;
	margin-left: 2px;
}

.cart_logos li img {
	width: 100%;
	height: auto
}

.cart_logos li.first {
	display: block;
	width: 100%;
	padding-bottom: 8px;
	font-size: 14px;
	color: #191919;
	line-height: 22px;
	border: none
}

.cart_totals {
	float: right;
	max-width: 220px;
}

.woocommerce-remove-coupon {
	font-size: 0;
	line-height: 0;
	text-decoration: none
}

.woocommerce-remove-coupon:after {
	content: "X";
	font-size: 16px;
	line-height: 24px;
	color: #ed1c24;
	text-transform: lowercase;
	margin-left: 3px;
}

.woocommerce-remove-coupon:hover:after {
	color: #000
}

.cart-collaterals {
	padding: 30px 0;
	border-bottom: 1px solid #6e6e6e;
}

.cart_totals .shop_table td {
	border-bottom: none;
	padding: 5px 0 5px 35px;
	text-align: left;
	font-weight: normal;
}

.cart_totals .shop_table th {
	padding: 5px 0;
	font-weight: normal;
}

.under_cart {
	padding: 30px 0;
	border-bottom: 1px solid #6e6e6e;
}

.under_cart .shipping_box,
.under_cart .shipping_box a {
	font-weight: normal;
}

.under_cart .shipping_box #shipping_method {
	line-height: 22px;
}

.cart_main_shipping_method {
	font-weight: normal;
	font-size: 20px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.cart_main_shipping_description {
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.shipping-calculator-form {
	margin-top: 24px;
}

html .select2-container--default .select2-selection--single {
	border: 1px solid #3385d0;
	border-radius: 0;
}

html .select2-container .select2-selection--single {
	height: 52px;
}

html .select2-container--default .select2-selection--single .select2-selection__rendered {
	/*color: #3385d0;*/
	line-height: 50px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
}

html .select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 18px;
}

html .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
}

html .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #3385d0 transparent transparent transparent;
}

.shipping-calculator-form .button {
	background: #fff;
	color: #7f674b;
	font-size: 18px;
	display: table;
	margin: 0;
	line-height: 22px;
	padding: 14px 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border-radius: 0px;
	letter-spacing: 1.5px;
	min-width: 285px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #7f674b;
	font-weight: normal;
	margin: 0 auto;
}

.shipping-calculator-form .button:hover {
	color: #fff;
	background: #7f674b;
}

.coupon p {
	padding-bottom: 0px;
	margin-bottom: 18px;
}

.coupon>label {
	display: none
}

.cart_coupon_form {
	float: left;
	width: 100%;
	max-width: 450px;
}

.cart_coupon_form .cta_btn {
	font-size: 16px;
	min-width: inherit;
	padding: 12px 12px 10px;
	float: right;
	height: 52px;
	font-weight: normal;
}

#shipping_method p {
	padding-left: 36px;
	font-weight: normal;
}

.coupon .input-text {
	padding-left: 18px;
	width: calc(100% - 175px);
	float: left;
	font-size: 14px;
	border-color: #6e6e6e;
	color: #6e6e6e;
}

.wc-proceed-to-checkout {
	padding: 30px 0;
}

.cart_buttons,
.checkout_s2_buttons_wr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.checkout_s2_buttons_wr {
	clear: both;
}

.cart_buttons .cta_btn,
.checkout_s2_buttons_wr .cta_btn {
	background: #3385d0;
	height: 40px;
	color: #fff;
	padding: 8px 15px;
	border: none;
}

.checkout_s2_buttons_wr .cta_btn {
	min-width: 205px;
}

.cart_buttons .cta_btn:hover,
.checkout_s2_buttons_wr .cta_btn:hover {
	background: #7f674b;
}

.shop_buttons_wr {
	margin: 0;
}

.shop_buttons_wr .cta_btn {
	width: 100%;
	margin-bottom: 20px;
}

.shop_buttons_wr .cta_btn:last-child {
	margin: 0;
}

.hidden {
	display: none;
	display: none !important;
}

.total_order {
	padding: 30px 0;
	border-bottom: 1px solid #6e6e6e;
}

.total_order table {
	text-align: right;
	text-transform: uppercase;
	float: right;
	max-width: none;
	width: auto;
}

.total_order .cart_totals {
	float: none;
	max-width: none
}

.total_order table tr {
	display: none
}

.total_order table tr.order-total {
	display: table-row;
}

.cart-collaterals tr.order-total {
	display: none
}

.total_order td {
	padding-left: 40px;
}

/*thanks + 404*/
#internal .banner.simple-general-pages-banner .content {
	padding-top: 55px;
	padding-bottom: 70px;
	text-align: center
}

#internal .banner.simple-general-pages-banner h1 {
	/*color: #3385d0;*/
	font-size: 60px;
	line-height: 80px;
	text-align: center;
	padding-bottom: 5px;
	text-shadow: none;
}

#internal.error404 .banner.simple-general-pages-banner h1 {
	font-size: 100px;
	line-height: 120px;
}

#internal .banner.simple-general-pages-banner p {
	margin: 0;
	max-width: 100%;
	padding: 0;
	font-size: 18px
}

#internal.error404 .banner.simple-general-pages-banner p {
	font-size: 21px;
	line-height: 36px;
}

.socials-area-wide.simple-general-pages-social {
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}

.socials-area-wide.simple-general-pages-social .content {
	padding-top: 60px;
	padding-bottom: 96px;
}

.socials-area-wide.simple-general-pages-social h2 {
	text-align: center;
	color: #7f674b;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1.2px;
}

.socials-area-wide.simple-general-pages-social p.subtitle {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 40px
}

.socials.big-socials {
	margin: 0;
	padding: 0 0 53px;
	text-align: center;
	float: none;
}

.socials.big-socials li {
	display: inline-block;
	margin-right: 30px;
}

.socials.big-socials li:last-child {
	margin-right: 0
}

.socials.big-socials li a {
	color: #fff;
	font-size: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #3385d0;
	width: 57px;
	height: 57px;
	display: flex;
}

.socials.big-socials li a img {
	max-width: 80%;
	height: auto;
	margin: auto;
}

.socials.big-socials li a .fa {
	line-height: 57px;
	font-size: 27px;
}

.socials.big-socials li.fb-blue a {
	background: #5d82d2
}

.socials.big-socials li.insta-blue a {
	background: #248cc9
}

.socials.big-socials li.tw-blue a {
	background: #40bff4
}

.socials.big-socials li a:hover {
	background-color: #000 !important
}

.socials-area-wide.simple-general-pages-social .fb-like-box {
	max-width: 502px;
	margin: 0 auto;
	padding: 0;
}

.socials-area-wide.simple-general-pages-social .fb-like-box iframe {
	border: solid 1px #a2afca !important
}

#about-short {
	margin: 0;
	padding: 0;
	background: #70aadc;
}

#about-short .content {
	padding-top: 40px;
	padding-bottom: 40px
}

#about-short ul {
	margin: 0;
	padding: 0
}

#about-short ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2.6% 0 0;
	padding: 0;
	background: none;
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	font-family: 'HelveticaNeue-Medium';
}

#about-short ul li img,
#about-short ul li span {
	display: inline-block;
	vertical-align: middle
}

#about-short ul li span {
	padding: 0 0 0 14px;
}

#about-short ul li:last-of-type {
	margin-right: 0
}

.error404 #stockist,
.error404 #newsletter {
	display: none;
}

/*pages with sidebar*/
.main-sidebared-content {
	margin: 0 auto;
	padding: 50px 0;
	max-width: 1200px;
}

.main-sidebared-content .content {
	margin: 0;
	padding: 0;
	float: left;
	width: calc(100% - 410px);
}

.main-sidebared-content .sidebar-general-pages {
	float: right;
	width: 365px;
	margin: 0;
	padding: 0
}

.main-sidebared-content .sidebar-general-pages li {
	list-style: none;
	margin: 0 0 20px;
	padding: 38px 35px 40px;
	background: #f5fafd
}

.main-sidebared-content .sidebar-general-pages h2 {
	text-align: center;
	font-size: 35px;
	line-height: 37px;
	padding: 0 0 11px;
	margin: 0;
	font-family: 'cochinbold'
}

.main-sidebared-content .sidebar-general-pages p {
	color: #70aadc;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 20px;
	font-family: 'HelveticaNeue-Medium';
}

.main-sidebared-content .sidebar-general-pages li img {
	margin: -15px 0 12px;
	max-width: 100%;
	height: auto
}

/*faq*/
#accordion {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #e8eef4;
}

#accordion h3 {
	cursor: pointer;
	color: #70aadc;
	font-size: 16px;
	line-height: 36px;
	margin: 0;
	padding: 13px 60px 13px 0;
	font-family: 'HelveticaNeue-Medium';
	border-top: solid 1px #e8eef4;
	position: relative
}

#accordion h3 .ui-accordion-header-icon {
	display: block;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/accodrion-span-bg.png) no-repeat right 0;
	display: block;
	height: 62px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}

#accordion h3.ui-accordion-header-active .ui-accordion-header-icon {
	background-position: right -62px;
}

.accordion-content {
	margin: 0;
	padding: 27px 0 24px 0
}


.who_adv_section .content {
	max-width: 730px;
}

.faq_section .content {
	max-width: 980px;
	padding-top: 10px;
	padding-bottom: 80px;
}

.faq_category_wr:first-child {
	border-top: 1px solid #8a6e4b;
}

.faq_category_title {
	border-bottom: 1px solid #8a6e4b;
	position: relative;
	padding: 38px 40px 38px 0px;
	cursor: pointer;
}

.faq_category_title:after {
	content: "+";
	font-size: 28px;
	line-height: 24px;
	display: inline-block;
	right: 0;
	position: absolute;
	color: #8a6e4b;
}

.faq_category_title.fct_expanded:after {
	content: "-";
}

.faq_category_title span {
	color: #8a6e4b;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 2.7px;
	text-transform: uppercase;
}

.faq_category_title:hover span {
	/*color: #3385d0;*/
}

.faq_category_content,
.faq_answer_wr {
	display: none;
}

.faq_category_content {
	padding-top: 15px;
	padding-bottom: 30px;
}

.faq_row {
	padding-top: 15px;
}

.faq_question {
	font-size: 21px;
	line-height: 31px;
	/*color: #3385d0;*/
	font-weight: normal;
	cursor: pointer;
	padding: 24px 0px 24px 30px;
	position: relative;
}

.faq_question:hover {
	color: #8a6e4b;
}

.qnr {
	display: inline-block;
	position: absolute;
	left: 0;
}

.faq_answer_wr {
	/*color: #3385d0;*/
	padding-top: 10px;
}

.faq_answer_wr h4 {
	color: #8a6e4b;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 16px;
	margin-top: 44px;
	padding-bottom: 0px;
	letter-spacing: 0.75px;
}

.faq_answer_wr h4:first-child {
	margin-top: 0px;
}

.faq_answer_wr p {
	padding-bottom: 0px;
	margin-bottom: 16px;
}

.faq_answer_wr ul {
	padding-left: 16px;
	margin-bottom: 16px;
}

.faq_answer_wr li {
	padding-left: 17px;
	position: relative;
	margin-bottom: 10px;
	line-height: 24px;
}

.faq_answer_wr li:last-child {
	margin-bottom: 0px;
}

.faq_answer_wr li:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #3385d0;
	top: 10px;
	left: 0;
}


/*become a retailer*/
#bottom-form-area {
	background: #70aadc
}

#bottom-form-area .content {
	max-width: 735px;
	padding-top: 71px;
	padding-bottom: 95px
}

#bottom-form-area h2 {
	padding-bottom: 7px
}

#bottom-form-area h2,
#bottom-form-area p {
	color: #fff;
	text-align: center;
}

form.bottom-form {
	margin: 0;
	padding: 10px 0 0 0
}

#bottom-form-area .form-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%
}

#bottom-form-area .form-column:last-of-type {
	float: right;
}

#bottom-form-area .input,
.contact-form .input {
	background: #fff;
	margin: 0 0 10px;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 52px
}

#bottom-form-area .input input,
.contact-form .input input {
	background: none;
	border: none;
	height: 52px;
	line-height: 52px;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: #666666;
	font-size: 16px;
}

#bottom-form-area .input select,
.contact-form .input select {
	background: none;
	border: none;
	height: 52px;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: #666666;
	font-size: 16px;
	-webkit-appearance: none;
	box-shadow: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

#bottom-form-area .input.textarea,
.contact-form .input.textarea {
	height: 112px;
}

#bottom-form-area .input.textarea textarea,
.contact-form .input.textarea textarea {
	background: none;
	border: none;
	height: 112px;
	line-height: 22px;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: #666666;
	font-size: 16px;
	resize: none;
}

#bottom-form-area .cta_btn {
	margin: 0 auto;
	width: 432px
}

#bottom-form-area .cta_btn:hover {
	color: #ffc245;
	background: #fff
}

#bottom-form-area input::-webkit-input-placeholder,
#bottom-form-area textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1
}

#bottom-form-area input:-moz-placeholder,
#bottom-form-area textarea:-moz-placeholder {
	color: #666666;
	opacity: 1
}

#bottom-form-area input::-moz-placeholder,
#bottom-form-area textarea::-moz-placeholder {
	color: #666666;
	opacity: 1
}

#bottom-form-area input:-ms-input-placeholder,
#bottom-form-area textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1
}

.main-sidebared-content h3 {
	color: #70aadc
}

.page-id-1138 .default_page h3:first-of-type,
.page-id-1140 .default_page h3:first-of-type {
	padding-top: 0
}

#store-map {
	margin: 0;
	padding: 40px 0 0 0
}

#store-map form {
	margin: 0;
	padding: 0
}

#store-map table.sl_header {
	width: 100%;
	margin: 0;
	padding: 0
}

#store-map table.sl_header td {
	padding: 0;
	margin: 0;
	width: 30%;
	padding-top: 8px;
	padding-bottom: 35px;
}

#store-map table.sl_header td#radiusSelect_td {
	width: 24%;
	padding-right: 10px;
}

#store-map table.sl_header td.td_btn {
	width: 10%
}

#store-map table.sl_header td#addressInput2_container {
	display: grid
}

#store-map table.sl_header td.or_sep,
#store-map table.sl_header td.sep_td {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	width: 6% !important;
}

#store-map table.sl_header td.or_sep {
	color: #bababa;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'HelveticaNeue-Regular';
	display: none
}

#store-map table.sl_header .stockist_postcode {
	margin: 0;
	padding: 0;
	background: #fff;
	border: solid 1px #dbdcdd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 60px;
}

#store-map table.sl_header #addressInput {
	color: #000000;
	font-size: 19px !important;
	line-height: 60px;
	height: 60px;
	padding: 15px 10px 15px 45px !important;
	box-sizing: border-box;
	font-family: 'HelveticaNeue-Regular';
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-postcode-bg.png) no-repeat left center !important;
	border: none !important
}

#store-map table.sl_header .stockist_select {
	background: #fff;
	border: solid 1px #dbdcdd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 60px;
	margin: 0;
	padding: 0
}

#store-map table.sl_header .stockist_select select {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-select-bg.png) no-repeat right center;
	border: none;
	box-shadow: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	color: #000000;
	font-size: 19px !important;
	line-height: 60px;
	height: 60px;
	padding: 0px 10px 0px 45px !important;
	box-sizing: border-box;
	font-family: 'HelveticaNeue-Regular';
	width: 100%
}

#store-map table.sl_header #addressInput2_container .stockist_select {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-city-bg.png) no-repeat left center
}

#store-map table.sl_header #radiusSelect_td .stockist_select {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-radius-bg.png) no-repeat left center
}

#store-map .searchResultsTable {
	margin: 0;
	padding: 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

#store-map .searchResultsTable td {
	vertical-align: middle
}

#store-map #map_sidebar {
	/*border:solid 1px #e4eaee; border-top:none;*/
	border-top: solid 1px #e4eaee;
	box-sizing: border-box
}

#store-map .searchResultsTable td {
	margin: 0;
	padding: 17px 0 !important;
}

#store-map .searchResultsTable .storelocatorlink {
	display: none !important
}

.distance_display {
	display: block;
	margin: 0;
	padding: 0 30px 0 55px;
}

#store-map #map_sidebar .results_entry {
	margin: 0;
	padding: 0;
	border: solid 1px #e4eaee !important;
	border-top: none !important;
}

#store-map .informations,
.distance_display {
	display: inline-block;
	vertical-align: middle
}

#store-map .informations {
	margin: 0;
	padding: 0 0 0 25px;
}

#store-map .informations .location_name {
	font-weight: normal !important;
	color: #000000;
	font-size: 20px !important;
	line-height: 26px !important;
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'HelveticaNeue-Medium' !important;
}

#store-map .informations .address {
	font-weight: normal !important;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	display: block;
	font-family: 'HelveticaNeue-Regular';
}

#store-map .informations .address br {
	display: none;
}

#store-map .results_entry:hover {
	background-color: #fff !important
}

#store-map .results_row_left_column {
	width: 65%
}

#store-map .phone_results {
	display: block;
	color: #0070b9;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	padding: 0 55px 0 28px;
	font-family: 'HelveticaNeue-Regular';
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-phone-results.png) no-repeat left center;
	float: right;
}

.sl_footer {
	display: none !important
}

.actual-distance {
	display: block;
	margin: 0;
	padding: 0;
	background: #ffc245;
	width: 88px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-family: 'HelveticaNeue-Bold';
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.actual-distance br {
	display: none !important
}

.icon_distance {
	display: block;
	content: "";
	margin: 0 0 12px;
	padding: 0;
	width: 88px;
	height: 26px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-actual-distance-bg.png) no-repeat 0 0;
	display: block
}

#store-map .sl_header #addressSubmit {
	background: #ffc245 !important;
	margin: 0;
	float: right;
	width: 100%;
	padding: 14px 0;
	max-width: 100px;
	height: 60px;
	font-size: 19px !important;
	min-width: 0px;
}

#store-map .sl_header #addressSubmit:hover {
	background: #70aadc !important
}

#sl_div img#loadImg {
	display: none !important
}

#store-map .sep_td.border_sep span {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-sep-td-simple-span-bg.jpg) repeat-y center center;
	width: 1px;
	height: 50px
}

.storelocatorlink {
	color: #0070b9 !important
}

.page-id-1196 ul.simplelist {
	padding-bottom: 0;
	margin: 0 auto;
	max-width: 560px;
}

.contact-form {
	margin: 0 auto;
	padding: 9px 0 15px;
	max-width: 435px;
}

.contact-form .cta_btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}

.contact-form p {
	padding-bottom: 0
}

.contact-form p br {
	display: none
}

.contact-details {
	margin: 0;
	padding: 0;
	text-align: center
}

.contact-details li {
	padding: 0;
	background: none;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 235px;
	text-align: center
}

.contact-details li img {
	margin: 0 0 9px;
	height: auto;
	max-width: 65px
}

.contact-details li strong {
	font-weight: normal;
	font-family: 'HelveticaNeue-Bold';
	display: block;
	padding-bottom: 8px;
}

.contact-details li br {
	display: none;
}

.store_logos {
	padding-top: 60px;
	text-align: center;
}

.default_page .store_logos h3 {
	font-size: 25px;
	line-height: 31px;
}

.store_logos img {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	max-width: 270px;
	padding: 20px 20px 0px;
}

.page-id-1196 .breadcrumb {
	color: #fff;
}

/* Checkout */
.steps ul {
	counter-reset: my-counter;
	padding-bottom: 50px;
}

.steps ul li:after {
	content: counter(my-counter) !important;
	counter-increment: my-counter;
	background: #cde3f1;
	width: 39px;
	height: 39px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: 'HelveticaNeue-Bold';
	color: #fff;
	line-height: 30px;
	border: #eef6fb 4px solid;
	border-radius: 100%;
	box-sizing: border-box;
	margin: -35px auto 0;
	position: relative;
	z-index: 9
}

.steps ul li.done:after {
	content: "\f00c" !important;
	font: normal normal normal 18px/32px FontAwesome;
}

.steps ul li.current:after,
.steps ul li.done:after {
	background: #0070b9 !important;
}

.steps ul li .number {
	display: none !important
}

.steps ul li:before {
	content: "";
	position: absolute;
	bottom: 18px;
	height: 4px;
	background: #eef6fb;
	left: 0;
	right: 0
}

.steps ul li.first:before {
	left: 50%
}

.steps ul li:last-child:before {
	right: 50%
}

.steps ul li:first-child:before {
	left: 50%
}

body .wizard.wizard>.steps li {
	width: auto !important;
	text-align: center;
	padding: 0 25px !important;
	position: relative
}

.wizard>.steps li a:before {
	display: none !important
}

.wizard>.steps li a:after {
	display: none !important
}

.wizard.wizard>.steps {
	padding: 0;
	margin: 0 auto !important;
	display: table;
}

body .wizard.wizard>.steps a {
	color: #b7d7eb;
	background-color: transparent;
	float: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	width: 100% !important;
	font-family: 'HelveticaNeue-Medium' !important;
	white-space: nowrap;
	display: block;
	padding-bottom: 50px;
	position: relative;
	z-index: 10
}

body .wizard>.steps li.current a {
	color: #0070b9;
	background-color: transparent;
}

.wizard.wizard>.steps li.current,
.wizard.wizard>.steps li.done {
	color: #0070b9;
	background-color: transparent;
}

body .wizard>.steps li.done a {
	color: #0070b9;
	background-color: transparent;
}

body .wizard>.steps li.current.error a {
	color: #0070b9;
	background-color: transparent;
}

body .wizard>.content>.body input.error {
	background: rgb(251, 227, 228);
	border: 1px solid #fbc2c4;
	color: #8a1f11;
}

.woocommerce-invalid input {
	background-color: rgb(251, 227, 228) !important;
	border: 1px solid #fbc2c4 !important;
	color: #8a1f11 !important;
}

.wizard .content {
	padding-top: 45px;
}

#wizard h1,
.my-account-login-page h1 {
	/*color: #3385d0;*/
	font-size: 21px;
	line-height: 36px;
	padding-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

/* account menu */
.woocommerce-MyAccount-navigation ul {
	display: flex;
	margin-bottom: 40px;
	justify-content: center;
}

.woocommerce-MyAccount-navigation li {
	box-sizing: border-box;
	display: flex;
}

.woocommerce-MyAccount-navigation li a {
	display: flex;
	text-align: center;
	padding: 5px 15px;
	border: 1px solid #7f674b;
	border-right: none;
	color: #7f674b;
	text-decoration: none;
	text-transform: uppercase;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
	color: #fff;
	background: #7f674b;
}

.woocommerce-MyAccount-navigation li:last-child a {
	border-right: 1px solid #7f674b;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none !important;
}

/* Login */
#customer_login {
	font-size: 0;
	margin: 0 auto;
	max-width: 879px;
}

#customer_login .col-2 #s2id_shipping_state {
	display: none !important
}

#customer_login .col-1 {
	width: 100%;
	box-sizing: border-box;
}

.login_tabs_wr {
	padding: 70px 55px 45px;
	border: 1px solid #3385d0;
	border-top: none;
}

.login_tabs {
	display: flex;
}

.login_tabs li {
	flex-grow: 1;
	flex-basis: 0;
	display: flex;
}

.login_tabs li a {
	/*color: #3385d0;*/
	text-decoration: none;
	padding: 5px;
	border: 1px solid #3385d0;
	background: #f7f7f7;
	border-right: none;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	width: 100%;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	min-height: 58px;
}

.login_tabs li:last-child a {
	border-right: 1px solid #3385d0;
}

.login_tabs li.active a {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.js-tabby .tabs-pane {
	display: none;
	visibility: hidden;
	margin-bottom: -30px;
}

.js-tabby .tabs-pane.active {
	display: block;
	visibility: visible;
}

.page-id-11 #tabb {
	margin-bottom: 0;
}

#sw_log_tab {
	color: #fff;
	text-decoration: underline;
}

#sw_log_tab:hover {
	text-decoration: none;
}

#customer_login form .cta_btn {
	color: #fff;
	background: #3385d0;
	cursor: pointer;
	border: none;
	height: 42px;
	padding: 10px 30px;
	margin-top: 40px;
}

#customer_login form .cta_btn:hover {
	background: #7f674b;
}

.show_extra_reg {
	margin-bottom: 12px;
}

.register_extra {
	display: none;
}

.checkout_coupon {
	width: 50%;
	margin: 0 auto;
	max-width: 500px
}

.checkout_coupon p {
	padding-bottom: 0
}

#continue_address {
	padding: 14px 3px;
	float: right;
	color: #000;
	font-size: 14px;
}

.checkout_coupon .col-1 {
	background: #70aadc;
	box-sizing: border-box;
	display: block;
	padding: 40px 65px;
}

.woocommerce-account #customer_login .col-1 {
	box-sizing: border-box;
}

#customer_login h2 {
	font-size: 29px;
	text-align: center;
	padding-bottom: 8px;
	line-height: 35px;
}

#customer_login p.under_title {
	text-align: center
}

.page-id-11 #customer_login .form-row {
	float: none;
	width: auto
}

#checkout_login label {
	display: none
}

.login label[for=rememberme],
.page-id-11 .form-row>label[for=rememberme],
.page-id-11 .form-row>label[for=opt_subscribe] {
	display: block;
	padding-top: 12px;
	padding-left: 33px;
	position: relative;
}

.page-id-11 .register_extra p#shipping_addressify_autocomplete_field,
.page-id-11 .register_extra p#shipping_addressify_results_field {
	display: block !important;
	opacity: 1 !important;
	height: auto !important;
	width: 100% !important;
	margin-bottom: 30px !important;
}

.billing_col .form-row label[for=createaccount] {
	display: block;
	padding-left: 33px;
	position: relative;
}

#customer_login p.lost_password {
	font-size: 14px;
}

#customer_login p.lost_password a {
	/*color: #3385d0;*/
	text-decoration: underline;
}

#customer_login p.lost_password a:hover {
	text-decoration: none
}

#customer_login form p {
	padding-bottom: 0;
	margin-bottom: 30px;
}

#customer_login form p.rememberme_wr {
	margin-bottom: 10px;
}

.checkout_coupon .cta_btn {
	width: 100%;
	background: #ffc245;
	margin-top: 12px;
	cursor: pointer;
	min-width: 0px;
}

.checkout_coupon .cta_btn:hover {
	background: #000
}

#customer_login .input-text {
	border-color: #62a3d8;
	box-shadow: none
}

.form-row input[type="checkbox"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.form-row input[type="checkbox"] label {}

.form-row label[for=rememberme]:before,
.form-row>label[for=opt_subscribe]:before,
.billing_col .form-row label[for=createaccount]:before {
	content: "";
	display: inline-block !important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid #62a3d8;
	box-shadow: inset 2px 2px 3px 0px rgba(50, 50, 50, 0.06);
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 14px;
}

.billing_col .form-row label[for=createaccount]:before {
	top: 1px;
}

.form-row label[for=rememberme].checked:before,
.form-row label[for=opt_subscribe].checked:before {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_bg.png) no-repeat center #fff;
	background-size: 100%;
	content: "";
}

input[type=checkbox]#createaccount:checked+label[for=createaccount]:before {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_bg.png) no-repeat center #fff;
	background-size: 100%;
	content: "";
}

.input-text {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 0px 18px;
	font-size: 16px;
	/*color: #3385d0;*/
	border: 1px solid #3385d0;
	box-shadow: none !important;
	border-radius: 0px !important;
	font-weight: normal;
}

.input-text::-webkit-input-placeholder {
	color: #6f6f6f;
}

.input-text:-moz-placeholder {
	color: #6f6f6f;
}

.input-text::-moz-placeholder {
	color: #6f6f6f;
}

.input-text:-ms-input-placeholder {
	color: #6f6f6f;
}

.fs-number-element.input-text {
	color: #8a6e4b;
	-moz-appearance: textfield;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

.input-text[readonly] {
	background-color: #f4f4f4;
}

select#addressify_results,
select#shipping_addressify_results {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 15px 5px 18px;
	line-height: 24px;
	font-size: 16px;
	color: #191919;
	border: 1px solid #3385d0;
	box-shadow: none !important;
	border-radius: 0px !important;
}

select#addressify_results option,
select#shipping_addressify_results option {
	white-space: pre-line;
}

textarea.input-text {
	height: 82px;
}

.woocommerce-checkout #order_comments_field {
	display: none !important;
}

.woocommerce-checkout #ship-to-different-address {
	margin-top: 10px;
	clear: both;
}

body .select2-container .select2-choice {
	font-size: 16px;
	color: #191919;
	border: 1px solid #dbdcdd;
	-webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	-moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	border-radius: 4px !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	box-sizing: border-box;
	height: 52px;
	line-height: 28px;
	padding: 11px 15px 13px 50px;
}

body .select2-container .select2-choice .select2-arrow {
	width: 46px;
}

.select2-container .select2-choice .select2-arrow b:after {
	border: 5px solid transparent;
	border-top-color: #000;
}

.billing_col,
.checkout-review-order-table-payment-container {
	float: left;
	width: calc(65% - 40px);
	box-sizing: border-box;
	border: 1px solid #3385d0;
	padding: 45px 38px;
}

.checkout-review-order-table-payment-container {
	padding-top: 30px;
	padding-bottom: 20px;
}

.order_summery,
.payment_sidebar {
	float: right;
	width: 35%;
	border: 1px solid #3385d0;
	box-sizing: border-box;
}

.order_summery h2 {
	color: #70aadc;
	font-family: 'HelveticaNeue-Medium';
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 18px !important;
	margin-bottom: 18px;
	border-bottom: 1px solid #e4f0f9
}

.order_summery h2 a {
	float: right;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	margin-top: 10px;
}

.checkout_summery_top {
	background: #3385d0;
	color: #fff;
	padding: 20px 24px;
}

.payment_sidebar .checkout_summery_top {
	padding-left: 14px;
	padding-right: 14px;
}

.checkout_summery_top h4 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 0px;
	letter-spacing: 2.8px;
}

.checkout_summery_top h4 strong {
	float: right;
}

.checkout_summery_top h4 .includes_tax {
	display: none;
}

.checkout_summery_table,
.review_address_wr {
	padding: 14px;
}

.order_summery .shop_table thead {
	display: none
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
	width: 145px;
}

.shop_table.woocommerce-checkout-review-order-table td {
	padding: 17px 20px;
	vertical-align: top;
	line-height: 24px;
}

.shop_table.woocommerce-checkout-review-order-table tbody td {
	border: none;
	padding: 15px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #3385d0;
}

.shop_table.woocommerce-checkout-review-order-table tbody td.product-thumbnail {
	width: 65px;
}

.shop_table.woocommerce-checkout-review-order-table tbody td.product-name strong {
	display: block;
	margin-bottom: 5px;
}

.shop_table.woocommerce-checkout-review-order-table tbody td.product-name strong:last-child {
	margin-bottom: 0;
}

.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
	padding: 2px 0 2px 20px;
	border: none;
}

.woocommerce-checkout-review-order-table .shipping_method {
	display: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot th {
	font-weight: normal;
	text-align: left;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child>* {
	padding-top: 15px
}

.shop_table.woocommerce-checkout-review-order-table {
	margin-bottom: 15px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total>th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total>td {
	font-weight: normal;
}

.order_summery .cta_btn.full_width {
	padding: 18px 0;
}

.limit_text {
	display: inline-block;
	width: 100%;
	max-width: 120px;
}

.aus_dsp {
	float: left;
}

.woocommerce-billing-fields>h3 {
	/*color: #3385d0;*/
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	display: block !important;
	margin-bottom: 0;
}

.woocommerce-billing-fields p,
.shipping_address p {
	padding-bottom: 0px;
	clear: both;
	margin-bottom: 30px;
}

#billing_first_name_field,
#shipping_first_name_field,
#billing_email_field,
#shipping_email_field,
#billing_address_1_field,
#shipping_address_1_field,
#billing_state_field,
#shipping_state_field {
	width: 50%;
	float: left;
	clear: left;
}

#billing_last_name_field,
#shipping_last_name_field,
#billing_phone_field,
#shipping_phone_field,
#billing_city_field,
#shipping_city_field,
#billing_postcode_field,
#shipping_postcode_field {
	width: 50%;
	float: right;
	clear: right;
}

.page-id-10.logged-in #billing_state_field .select2-choice,
.page-id-10.logged-in #shipping_state_field .select2-choice,
.page-id-11.logged-in #billing_state_field .select2-choice,
.page-id-11.logged-in #shipping_state_field .select2-choice {
	pointer-events: none;
	cursor: default;
	background-color: #f4f4f4;
}

#addressify_autocomplete_info_field {
	display: none;
}

#addressify_results_field>label {
	display: none;
}

.address_spacer {
	padding-bottom: 50px;
}

.npb {
	padding-bottom: 0px !important;
	margin-bottom: 15px;
}

.f2_h3,
.cb_wrapper {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.cb_wrapper {
	text-align: left;
}

.f2_h3 p {
	color: #fff;
}

.f2_h3 h3 {
	padding-bottom: 10px;
}

.newsletter_form .cb_wrapper .cta_btn {
	float: none;
	margin: 0 auto;
}

.ds_inline {
	display: inline-block;
	width: 49% !important;
	padding-right: 15px;
	box-sizing: border-box;
}

.s_ds {
	display: inline-block;
	width: 49% !important;
	box-sizing: border-box;
	padding-left: 15px;
}

.cb_wrapper .added_inline_class {
	display: inline-block !important;
}

.cb_wrapper .added_hide_class {
	display: none !important;
}

.cb_wrapper .add_another_child {
	color: #fff;
}

.cb_wrapper .add_another_child:hover {
	color: #0070b9;
}

.cb_wrapper .add_another_child>span {
	border-color: #fff;
}

.cb_wrapper .add_another_child:hover>span {
	border-color: #0070b9;
}

.woocommerce-input-wrapper {
	display: block;
}

.select2-container {
	width: 100% !important;
}

#billing_country_field,
#shipping_country_field {
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding-bottom: 0px;
	height: 52px;
	border: 1px solid #3385d0;
	border-radius: 0px;
	margin-bottom: 30px;
}

#billing_country_field label,
#shipping_country_field label {
	display: none;
}

#billing_country_field strong,
#shipping_country_field strong {
	font-weight: normal;
	font-size: 16px;
	/*color: #3385d0;*/
	line-height: 52px;
	padding-left: 18px;
	text-transform: uppercase;
}

#add_custom_message {
	margin: 10px 0px 0px;
}

input.input-text:disabled {
	background-color: #fff;
}

#billing_address_1_field>label,
#shipping_address_1_field>label {
	display: none
}

#billing_state_field>label,
#shipping_state_field>label {
	display: none !important
}

.billing_col .form-row>label {
	display: block;
	padding-bottom: 3px;
}

.under_cart #shipping_method {
	padding-top: 10px;
}

#shipping_method li {
	padding-bottom: 9px;
}

#shipping_method input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#shipping_method label {
	position: relative;
	padding-left: 36px;
	display: block;
	color: #6f6f6f;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	cursor: pointer;
}

#shipping_method label:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #919292;
	border-radius: 100%;
	cursor: pointer;
	background: #fff
}

#shipping_method input[type="radio"]:checked+label:after {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_shipping.png) no-repeat center;
	background-size: 10px;
}

#ship-to-different-address label {
	font-size: 16px;
	position: relative;
	padding-left: 32px;
	display: block;
	padding-top: 3px;
	line-height: 24px;
}

#ship-to-different-address label:after {
	content: "";
	display: inline-block !important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: none;
	vertical-align: middle;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid #dbdcdd;
	box-shadow: inset 2px 2px 3px 0px rgba(50, 50, 50, 0.06);
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 4px;
}

#ship-to-different-address input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

#ship-to-different-address input[type=checkbox]:checked+label:after {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_bg.png) no-repeat center;
	background-size: 100%;
	content: "";
	text-align: center;
}

#opt_subscribe_field,
#register_for_newsletter_field {
	padding-bottom: 5px !important
}

#opt_subscribe_field label,
#register_for_newsletter_field label {
	font-size: 16px;
	position: relative;
	padding-left: 32px;
	display: block;
	padding-top: 3px;
	line-height: 24px;
}

#opt_subscribe_field .checkbox span:first-of-type:after,
#register_for_newsletter_field span:after {
	content: "";
	display: inline-block !important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: none;
	vertical-align: middle;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid #dbdcdd;
	box-shadow: inset 2px 2px 3px 0px rgba(50, 50, 50, 0.06);
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 4px;
}

#opt_subscribe_field input[type=checkbox]:checked+span:after,
#register_for_newsletter_field input[type=checkbox]:checked+span:after {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_bg.png) no-repeat center;
	background-size: 100%;
	content: "";
	text-align: center;
}

.page-id-10.logged-in #addressify_autocomplete_field,
.page-id-10.logged-in #addressify_results_field,
.page-id-10.logged-in #shipping_addressify_autocomplete_field,
.page-id-10.logged-in #shipping_addressify_results_field {
	display: none !important;
}


.woocommerce-checkout-review-order-table #shipping_method li {
	padding: 1px 0;
}

.woocommerce-checkout-review-order-table #shipping_method {
	padding-top: 7px;
}

.payment_sidebar table {
	width: 100%;
	border-collapse: collapse;
}

.payment_sidebar table th {
	width: 65px;
	padding-right: 25px;
	font-weight: normal;
	/*color: #3385d0;*/
	vertical-align: top;
	padding-bottom: 16px;
	text-align: left;
	border: none;
	padding-left: 0;
	padding-top: 0;
}

.payment_sidebar table td {
	padding-bottom: 10px;
	vertical-align: top;
	padding-top: 0;
}

.payment_sidebar .back_step,
.payment_sidebar .back_step_logged_in {
	display: block;
	/*color: #3385d0;*/
	margin-bottom: 8px;
}

.woocommerce-checkout-review-order-table.shop_table td.product-thumbnail img {
	max-height: 75px;
	max-width: 55px;
}

.checkout-review-order-table-payment-container .woocommerce-checkout-review-order-table.shop_table td.product-thumbnail img {
	max-height: 100px;
	max-width: 70px;
}

.payment_sidebar .shipping_address_review {
	padding-top: 20px;
	border-top: 1px solid #ececed;
	margin-top: 10px;
}

.payment_content .shop_table {}

.woocommerce-checkout-payment {
	clear: both;
	width: 100%;
	padding-top: 60px;
}

.woocommerce-checkout-payment h2 {
	/*color: #3385d0;*/
	font-size: 21px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding-bottom: 18px !important;
}

.shop_table.woocommerce-checkout-review-order-table thead th {
	padding: 15px 20px;
}

.payment_methods {
	border-top: 1px solid #3385d0
}

#add_payment_method .payment_methods {
	border-top: none;
}

.payment_methods li {
	padding: 25px 0;
	border-bottom: 1px solid #3385d0
}

.payment_methods li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.payment_methods li>label img {
	margin-left: 9px;
	vertical-align: top !important;
}

#wc-paypal-braintree-card-number,
#wc-paypal-braintree-expiration-date {
	margin-bottom: 12px;
}

body #wc-paypal-braintree-card-number,
body #wc-paypal-braintree-cvv,
body #wc-paypal-braintree-expiration-date {
	height: 46px;
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 16px;
	color: #191919;
	border: 1px solid #dbdcdd;
	-webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	-moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	border-radius: 4px !important;
}

.payment_method_paypalbraintree_cards label {
	display: inline-block;
	margin-bottom: 4px;
}

html #add_payment_method ul.payment_methods li label[for=payment_method_braintree_credit_card],
html #add_payment_method ul.payment_methods li label[for=payment_method_braintree_paypal] {
	line-height: 1;
}

html #add_payment_method ul.payment_methods li img {
	margin-top: 0;
}

.payment_methods li input[type=radio]+label {
	position: relative;
	padding-left: 28px;
	display: block;
	color: #191919;
	font-size: 20px;
}

.payment_methods li input[type=radio] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.payment_methods li input[type=radio]+label:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #919292;
	border-radius: 100%;
	cursor: pointer;
	background: #fff;
}

.payment_methods li input[type="radio"]:checked+label:after {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_shipping.png) no-repeat center;
	background-size: 10px;
}

.payment_methods fieldset {
	padding: 0;
	border: none;
	max-width: 665px
}

.payment_methods li .form-row input[type=radio]+label {
	font-family: 'HelveticaNeue-Regular';
	display: table !important;
	font-size: 15px;
}

.payment_methods li .form-row input[type=radio]+label img {
	vertical-align: middle;
	border: 1px solid #dbdcdd
}

.payment_methods li .form-row {
	max-width: 665px
}

.payment_box p {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	padding-bottom: 15px;
}

body .woocommerce #payment div.payment_method_braintree_credit_card .wc-braintree-hosted-field {
	font-weight: normal;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	background-size: 40px auto !important;
	box-sizing: border-box;
	height: 52px;
	line-height: 28px;
	padding: 14px 15px 13px 50px;
	font-size: 16px;
	color: #191919;
	border: 1px solid #3385d0;
	box-shadow: none !important;
	border-radius: 0px !important;
}

#wc-braintree-credit-card-account-number-hosted {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/input_card_no.png) !important
}

#wc-braintree-credit-card-expiry-hosted {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/input_card_date.png) !important
}

#wc-braintree-credit-card-csc-hosted {
	background-image: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/input_card_no.png) !important
}

body .woocommerce #payment div.payment_method_braintree_credit_card iframe {
	margin: 0;
}

#credit-card-number {
	font-size: 16px;
	color: #191919;
}

body .woocommerce #payment div.payment_method_braintree_credit_card div.form-row {
	padding: 7px 0 15px;
}

#wc-braintree-credit-card-credit-card-form .form-row {
	width: calc(50% - 7px);
	float: left;
	padding-bottom: 0;
}

#wc-braintree-credit-card-credit-card-form .form-row.form-row-wide {
	width: 100%
}

#wc-braintree-credit-card-credit-card-form .form-row.form-row-last {
	float: right
}

#wc-braintree-credit-card-credit-card-form .form-row>label {
	color: #000;
	font-size: 15px;
	display: block;
	padding-bottom: 8px;
}

label[for=wc-braintree-credit-card-tokenize-payment-method],
label[for=wc-braintree-paypal-tokenize-payment-method] {
	color: #70aadc;
	font-size: 16px;
	color: #000000;
	position: relative;
	padding-left: 32px;
	display: block !important;
	padding-top: 3px;
	line-height: 24px;
	margin-top: 10px
}

label[for=wc-braintree-credit-card-tokenize-payment-method]:after,
label[for=wc-braintree-paypal-tokenize-payment-method]:after {
	content: "";
	display: inline-block !important;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-color: none;
	vertical-align: middle;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid #dbdcdd;
	box-shadow: inset 2px 2px 3px 0px rgba(50, 50, 50, 0.06);
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 4px;
}

input[type=checkbox]:checked+label[for=wc-braintree-credit-card-tokenize-payment-method]:after,
input[type=checkbox]:checked+label[for=wc-braintree-paypal-tokenize-payment-method]:after {
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/checkbox_bg.png) no-repeat center;
	background-size: 100%;
	content: "";
	text-align: center;
}

.payment_box {
	padding: 15px 0
}

.payment_box.payment_method_braintree_credit_card {
	padding-bottom: 0;
}

.wc-braintree-credit-card-new-payment-method-form {}

#place_order_btn {
	max-width: 665px;
	margin-top: 25px
}

.thanks_box {
	padding: 40px 0;
	text-align: center
}

.thanks_box h2 {
	/*color: #3385d0;*/
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: normal;
	padding-bottom: 42px;
	margin-bottom: 35px;
	position: relative;
}

.thanks_box h2:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #3385d0;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.thanks_box p {
	font-size: 21px;
	line-height: 36px;
	/*color: #3385d0;*/
}

#thanks_steps {
	padding: 35px 0
}

.shop_table.order_details {
	margin-bottom: 40px;
}

.shop_table.order_details tfoot td {
	text-align: left;
	padding: 2px 0 2px 20px;
	font-size: 16px;
	border: none;
}

.shop_table.order_details tfoot th {
	font-weight: normal;
	text-align: right;
	padding: 2px 10px 2px 0;
	font-size: 16px;
}

.shop_table.order_details tfoot tr:first-child>* {
	padding-top: 25px;
}

.shop_table.order_details tfoot tr:last-child>* {
	padding-bottom: 25px;
}

.shop_table.order_details tfoot tr.order-total>th {
	font-size: 18px;
	padding-top: 10px;
	text-transform: uppercase;
}

.shop_table.order_details tfoot tr.order-total>td {
	font-size: 21px;
	padding-top: 10px;
}

.shop_table.order_details tfoot {
	border-bottom: 1px solid #6e6e6e;
}

.shop_table.customer_details {
	margin-bottom: 40px;
}

.shop_table.customer_details td {
	padding: 4px 0;
	border: none
}

.shop_table.customer_details th {
	font-weight: normal;
	text-align: left;
	padding: 2px 35px 2px 0;
	font-size: 16px;
	width: 15px
}

mark {
	color: inherit;
	background-color: transparent
}

.myaccount_user {
	padding-bottom: 0px;
	margin-bottom: 60px;
}

.page-id-11 .content.default_content h2 {
	/*color: #3385d0;*/
	font-size: 21px;
	line-height: 36px;
	padding-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
}

.page-id-11 .content.default_content .my-acc-box h2,
.page-id-11 .content.default_content .woocommerce-customer-details h2 {
	padding-bottom: 20px;
}

.my-acc-box {
	margin-bottom: 80px;
}

.my-acc-box:last-child {
	margin-bottom: 0px;
}

.my_account_orders {
	margin-bottom: 80px;
}

.addresses {
	line-height: 24px;
}

.addresses .col-1,
.addresses .col-2 {
	float: left;
	width: calc(50% - 20px)
}

.addresses .col-2 {
	float: right
}

address {
	font-style: normal
}

.addresses .edit {
	margin-top: 35px;
}

.addresses h3 {
	font-size: 25px;
	line-height: 33px;
	padding-bottom: 10px;
}

body .sv-wc-payment-gateway-my-payment-methods-table-title a.button {
	font-size: 14px;
	color: #000;
	margin-top: 15px;
}

body .dashicons,
body .dashicons-before:before {
	text-decoration: none
}

form.edit-account {
	max-width: 800px;
	margin: 0 auto
}

.page-id-11 .form-row {
	padding-bottom: 0;
	margin-bottom: 30px;
}

.page-id-11 .form-row.form-row-wide {
	float: none;
	width: 100%
}

.edit-account fieldset {
	margin: 50px 0 0;
}

fieldset {
	padding: 0;
	border: none
}

legend {
	/*color: #3385d0;*/
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 0 0 12px;
	width: 100%;
	display: block;
}

.page-id-11 .form-row>label {
	display: block;
	padding-bottom: 3px;
	padding-left: 4px;
}

.woocommerce-password-strength {
	text-align: center;
	color: #000;
	padding: 7px 0px 3px 0px;
	font-size: 14px;
	margin-top: -4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.page-id-11 #billing_state_field>label,
.page-id-11 #shipping_state_field>label {
	display: block !important
}

.page-id-11 #billing_address_1_field>label,
.page-id-11 #shipping_address_1_field>label {
	display: block !important
}

.page-id-11 div.form-row {
	width: 100%
}

.page-id-11 .edit-account .form-row label {
	display: none;
}

.page-id-11 .edit-account .form-row.form-row-first {
	width: 50%;
	float: left;
}

.page-id-11 .edit-account .form-row.form-row-last {
	width: 50%;
	float: right;
}

.page-id-11 .edit-account .button {
	margin-top: 50px;
}

.my-acc-amba {
	max-width: 420px;
}

.my-acc-amba .input-text {
	margin-bottom: 30px;
}

.my-acc-amba .button {
	width: 100%;
}

#amba-btn {
	text-transform: uppercase !important;
}


/* Search Form */
.sb-search {
	position: absolute;
	margin-top: 0px;
	width: 0%;
	min-width: 30px;
	height: 20px;
	float: left;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	right: 0
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 20px;
	margin: 0;
	z-index: 10;
	padding: 0 0 0 6px;
	font-family: inherit;
	font-size: 12px;
	color: #70aadc;
	box-sizing: border-box;
	border-bottom: 1px dotted #70aadc;
}

.sb-search-input::-webkit-input-placeholder {
	color: #70aadc;
}

.sb-search-input:-moz-placeholder {
	color: #70aadc;
}

.sb-search-input::-moz-placeholder {
	color: #70aadc;
}

.sb-search-input:-ms-input-placeholder {
	color: #70aadc;
}

.sb-icon-search,
.sb-search-submit {
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff;
	/* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 8 */
	filter: alpha(opacity=0);
	/* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #70aadc;
	background: #fff;
	z-index: 90;
	font-size: 16px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search i {
	line-height: 19px;
	vertical-align: top
}

.sb-icon-search:hover {
	color: #000
}

.sb-icon-search:before {}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 200px
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #fff;
	color: #000;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.search_box {
	position: relative;
	width: 30px;
	height: 20px;
	margin-right: -11px
}

#billing_state,
#shipping_state,
#billing_country,
#shipping_country {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	display: block !important
}

.select2-container.error .select2-choice {
	background-color: rgb(251, 227, 228) !important;
	border: 1px solid #fbc2c4 !important;
	color: #8a1f11 !important;
}

.lost_reset_password {
	max-width: 600px;
	margin: 0 auto 30px;
}

.page-id-11 .lost_reset_password .form-row {
	float: none;
	width: 100%;
}

.page-id-11 .lost_reset_password .form-row input[type=submit] {
	width: 100%;
	box-sizing: border-box;
	color: #7f674b;
	border: 1px solid #7f674b;
	text-transform: uppercase;
}

.page-id-11 .lost_reset_password .form-row input[type=submit]:hover {
	color: #fff;
}

.showcoupon_btn {
	font-size: 14px;
	color: #191919;
	line-height: 22px;
	margin-top: 23px;
	display: table;
}

.added_to_cart {
	display: none !important
}

/* MIni Cart */
body .nw-drop-cart {
	position: relative;
	display: block;
	min-width: inherit;
	min-height: 18px;
}

body .nw-cart-drop-toggle {
	padding: 0;
	width: auto;
	line-height: 18px;
}

body .nw-cart-icns {
	display: none !important
}

body .nw-cart-drop-content {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 999
}

body .nw-cart-container {
	position: inherit;
}

body .nw-cart-contents:hover {
	color: #000
}

body .dropdown-cart-button {
	font-weight: normal;
	min-height: 18px;
	border: none;
	text-align: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10 !important;
	overflow: visible;
	display: block;
	background: none
}

body .dropdown-cart-button .dropdown-total {
	display: block;
	line-height: 18px;
	padding: 0px 15px 0px 0;
	background: none;
	outline: 0;
	position: relative;
}

body .dropdown-cart-button .dropdown-total:before {
	content: "\f0d7";
	position: absolute;
	right: 0px;
	top: 4px;
	font: normal normal normal 10px/1 FontAwesome;
}

body .loading .dropdown-cart-button .dropdown-total:before {
	content: "\f110";
}

body .dropdown-cart-button .dropdown {
	border: 1px solid #ecf2f6;
	padding: 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

body .dropdown-cart-button .dropdown .cart_list .quantity {
	text-align: right;
	width: 17%;
	color: #000;
	line-height: 15px;
	font-size: 12px;
}

body .dropdown-cart-button .dropdown .cart_list .quantity .amount {
	display: block;
}

body .dropdown-cart-button .dropdown .cart_list a.remove {
	position: absolute;
	left: -8px;
	top: 9px;
	display: table;
	color: #f36c21;
	font-family: 'HelveticaNeue-Medium';
	font-size: 18px;
	height: 17px;
	width: 14px;
	line-height: 17px;
	margin-top: 0;
}

body .dropdown-cart-button .dropdown .cart_list a.remove:hover {
	color: #000
}

body .dropdown-cart-button .dropdown .cart_list a>* {
	display: inline-block;
	vertical-align: middle
}

body .dropdown-cart-button .dropdown .cart_list a>img {
	margin-right: 15px;
	float: none
}

body .dropdown-cart-button .dropdown .cart_list li {
	border-bottom: 1px solid #ecf2f6;
	padding: 11px 0 11px 11px;
	font-size: 13px;
	letter-spacing: 0.3px;
	text-transform: none
}

body .dropdown-cart-button .dropdown .cart_list li>* {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 81%;
}

body .dropdown-cart-button .dropdown .cart_list a>.prod_title_mini {
	width: calc(100% - 67px)
}

body .dropdown-cart-button .dropdown .buttons .button {
	background: #ffc245;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 0;
	line-height: 22px;
	padding: 12px 0px 12px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	font-family: 'HelveticaNeue-Medium';
	border-radius: 4px;
	letter-spacing: 0.5px;
	min-width: inherit;
	text-decoration: none;
	box-sizing: border-box;
	text-transform: none;
	width: calc(50% - 7px);
}

body .dropdown-cart-button .dropdown .buttons .button:hover {
	background-color: #70aadc
}

body .dropdown-cart-button .dropdown .total {
	text-align: center;
	color: #000
}

body .dropdown-cart-button .dropdown .buttons .button:first-child {
	margin-right: 12px;
}

#retailer_form {
	padding-bottom: 0px
}

#retailer_form .form-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%
}

#retailer_form .form-column:last-of-type {
	float: right;
}

#retailer_form .input,
.contact-form .input {
	background: #fff;
	margin: 0 0 10px;
	padding: 0;
	height: 52px;
	box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.06) !important;
	border-radius: 4px !important;
	border: 1px solid #dbdcdd;
}

#retailer_form .input input,
.contact-form .input input {
	background: none;
	border: none;
	height: 52px;
	line-height: 52px;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: #666666;
	font-size: 16px;
}

#retailer_form .input select,
.contact-form .input select {
	background: none;
	border: none;
	height: 52px;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: #666666;
	font-size: 16px;
	-webkit-appearance: none;
	box-shadow: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

#retailer_form .input.textarea,
.contact-form .input.textarea {
	height: 112px;
}

#retailer_form .input.textarea textarea,
.contact-form .input.textarea textarea {
	background: none;
	border: none;
	height: 112px;
	line-height: 22px;
	padding: 15px 25px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	color: #666666;
	font-size: 16px;
	resize: none;
}

#retailer_form .cta_btn {
	margin: 25px auto 0;
	width: 100%
}

#retailer_form .cta_btn:hover {}

#retailer_form input::-webkit-input-placeholder,
#retailer_formtextarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1
}

#retailer_form input:-moz-placeholder,
#retailer_formtextarea:-moz-placeholder {
	color: #666666;
	opacity: 1
}

#retailer_form input::-moz-placeholder,
#retailer_formtextarea::-moz-placeholder {
	color: #666666;
	opacity: 1
}

#retailer_form input:-ms-input-placeholder,
#retailer_formtextarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1
}

#map_td {
	pointer-events: none
}

.active #map_td {
	pointer-events: all
}

#map_sidebar h3 {
	text-align: left;
	color: #000;
	font-size: 22px;
	border: 1px solid #e4eaee;
	line-height: 32px;
	padding: 18px;
	padding-left: 55px;
}

body .text_below_map {
	color: #000;
	font-size: 22px;
	line-height: 32px;
	padding: 18px;
}

#map_sidebar h3>span {
	color: #0070b9
}

.section#become {
	background-size: inherit;
	background-position: center -235px;
}

.dropdown .woocommerce-message {
	display: none !important
}

.contact_section {
	/*color: #3385d0;*/
}

.contact_section .content {
	padding-top: 60px;
	padding-bottom: 95px;
}

.contact_section .half:first-child {}

.contact_section h2 {
	font-size: 21px;
	line-height: 31px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2.75px;
}

.contact_section p {}

.contact_section .row {
	display: flex;
	justify-content: space-between;
}

.contact_section .half {
	box-sizing: border-box;
}

.contact_section .half:first-child {
	max-width: 393px;
	padding-right: 37px;
	padding-top: 56px;
}

.contact_section .half:last-child {
	border: 1px solid #333;
	width: 100%;
	max-width: 527px;
	padding: 55px 55px 40px;
}


/* Become a Distributor */
.distribuitor_country {
	background: #f5fafd;
	border: #e4f0f9 solid 1px;
	padding: 30px 30px;
	margin-bottom: 10px;
}

.main-sidebared-content .distribuitor_country h3 {
	font-family: 'HelveticaNeue-Regular';
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 12px;
	padding-top: 0
}

.distribuitor_country img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	margin-top: -3px
}

.main-sidebared-content .distribuitor_country p {
	color: #666666;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 0
}

.distribuitor_country a {
	color: #0070b8;
	text-decoration: none
}

.distribuitor_country a:hover {
	text-decoration: underline
}

.form_container {
	background: #f5fafd;
	border: #e4f0f9 solid 1px;
	padding: 50px 80px;
	margin-top: 30px;
}

.form_container h2 {
	font-size: 30px;
	line-height: 35px;
	padding-bottom: 7px;
	text-transform: lowercase;
}

.form_container h2:first-letter {
	text-transform: uppercase;
}

.form_container p {
	color: #666666;
	font-size: 15px;
	line-height: 22px;
}

#distributor_form {
	padding-bottom: 0px
}

#distributor_form .form-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%
}

#distributor_form .form-column:last-of-type {
	float: right;
}

#distributor_form .input,
.contact-form .input {
	background: #fff;
	margin: 0 0 10px;
	padding: 0;
	height: 53px;
	box-shadow: none !important;
	border-radius: 0px !important;
	border: 1px solid #333;
}

#distributor_form .input input,
.contact-form .input input {
	background: none;
	border: none;
	height: 53px;
	padding: 0px 17px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	/*color: #3385d0;*/
	font-size: 16px;
	font-weight: normal;
}

#distributor_form .input select,
.contact-form .input select {
	background: none;
	border: none;
	height: 53px;
	padding: 15px 17px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	/*color: #3385d0;*/
	font-size: 16px;
	font-weight: normal;
	-webkit-appearance: none;
	box-shadow: none !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

#distributor_form .input.textarea,
.contact-form .input.textarea {
	height: 180px;
}

#distributor_form .input.textarea textarea,
.contact-form .input.textarea textarea {
	background: none;
	border: none;
	height: 180px;
	line-height: 24px;
	padding: 15px 17px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	/*color: #3385d0;*/
	font-size: 16px;
	resize: none;
	font-weight: normal;
}

#distributor_form .cta_btn {
	margin: 25px auto 0;
	width: 100%
}

#distributor_form .cta_btn:hover {}

#distributor_form input::-webkit-input-placeholder,
#distributor_formtextarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1
}

#distributor_form input:-moz-placeholder,
#distributor_formtextarea:-moz-placeholder {
	color: #666666;
	opacity: 1
}

#distributor_form input::-moz-placeholder,
#distributor_formtextarea::-moz-placeholder {
	color: #666666;
	opacity: 1
}

#distributor_form input:-ms-input-placeholder,
#distributor_formtextarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1
}

/*.m_form_wr ::-webkit-input-placeholder {
	/*color: #3385d0;*/
}

.m_form_wr :-moz-placeholder {
	/*color: #3385d0;*/
}

.m_form_wr ::-moz-placeholder {
	/*color: #3385d0;*/
}

.m_form_wr :-ms-input-placeholder {
	/*color: #3385d0;*/
}*/

.related-prod .add_to_cart_button,
.related-prod .ajax_add_to_cart,
.outofstock .ajax_add_to_cart {
	display: none
}

.addresify_label_register {
	color: #fff !important;
	display: block;
	line-height: 21px;
	text-align: center;
}

body .select2-drop {
	color: #191919;
	font-size: 14px;
}

.register #addressify_results_field {
	display: block !important
}

.hide_input {
	display: none
}

.add_another_child {
	color: #000;
	font-size: 15px;
	text-decoration: none
}

.add_another_child:hover {
	color: #0070b9
}

.add_another_child>span {
	border: 1px solid #000;
	border-radius: 20px;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
	transition: all 0.3s ease-in-out
}

.fa {
	transition: all 0.3s ease-in-out
}

.add_another_child:hover>span {
	border-color: #0070b9
}

#customer_login .add_another_child {
	color: #fff
}

#customer_login .add_another_child:hover {
	color: #000
}

#customer_login .add_another_child>span {
	border-color: #fff;
	line-height: inherit;
}

#customer_login .add_another_child>span .fa {
	line-height: inherit;
}

#customer_login .add_another_child:hover>span {
	border-color: #000
}

.woocommerce-billing-fields .add_another_child {
	margin-bottom: 15px;
	display: block
}

.logged-in .woocommerce-billing-fields .add_another_child {
	display: none
}

.birthdate_child {
	display: none
}

.compleated.birthdate_child {
	display: block
}

.hidden_div {
	display: none;
	display: none !important;
}

.birthdate_wr {
	position: relative;
	display: block;
}

.birthdate_child.added_inline_class .birthdate_wr {
	padding-right: 65px;
}

.remove_child {
	width: 40px;
	height: 40px;
	border: 1px solid #cfcfcf;
	color: #cfcfcf;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 100%;
	font-size: 18px;
	text-decoration: none;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	top: 6px;
}

.remove_child .fa {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

.white_remove .remove_child {
	color: #fff;
	border-color: #fff;
}

.white_remove .remove_child:hover {
	color: #0070b9;
}

.mg_reg {
	margin-bottom: 20px;
}

/* age group pages */
.page-id-1065 .row,
.page-id-1117 {}

.page-id-1065 .row p,
.page-id-1117 .row p {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 26px;
}

.page-id-1065 .row img,
.page-id-1117 .row img {
	max-width: none;
}

.page-id-1065 .row img.aligncenter,
.page-id-1117 .row img.aligncenter {
	display: block;
	margin: 0 auto;
}

.nasaa_logo {
	margin-top: 20px;
	margin-bottom: 0px !important;
}

/*mobile Menu*/
#enter_mob {
	display: none;
}

#mm-main_menu,
#mm-main_menu .mm-panel,
#mm-main_menu .mm-panels {
	background: #3385d0;
}

#mm-main_menu .mm-navbar {
	background: #ebebeb;
	color: #8a6e4b;
	border-bottom: none;
}

#mm-main_menu .mm-btn_next:after {
	border-color: #fff;
}

#mm-main_menu .menu {
	float: none;
	left: 0;
	width: auto;
}

#mm-main_menu li {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	text-align: left;
}

#mm-main_menu li.mobile-show {
	display: block;
}

#mm-main_menu li a,
#mm-main_menu li span {
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

#mm-main_menu li a br,
#mm-main_menu li span br {
	display: none;
}

#mm-main_menu li a strong:before,
#mm-main_menu li span strong:before {
	content: none;
	display: none;
}

.mm-title {
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #f3f3f3
}

.header-wide.darkHeader .menu_trigger:before,
.header-wide.darkHeader .menu_trigger:after,
.header-wide.darkHeader .menu_trigger span {
	background: #1a6ca8
}

#mm-main_menu .sub-menu {
	display: block !important;
	opacity: 1;
	background: none;
	padding: 0;
	right: auto;
	border-radius: 0;
	z-index: 9000;
}

#mm-main_menu .sub-menu li {
	background: none
}

#mm-main_menu .sub-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 30px;
}

#mm-main_menu .sub-menu li a:hover,
#mm-main_menu .sub-menu li.current-menu-item a,
#mm-main_menu .sub-menu li.current-page-ancestor a {
	color: #fff;
}

#mm-main_menu a+.mm-btn_next {
	position: absolute;
	top: -1px;
	width: 50px;
	right: 0;
	height: 100%;
}

.menu_trigger {
	box-sizing: border-box;
	width: 35px;
	height: 45px;
	position: relative;
	float: right;
	margin: 14px 0 0 0;
	display: none;
}

.slicknav_icon,
.slicknav_icon span {
	display: block;
	position: absolute;
	left: 0
}

.slicknav_icon {
	width: 30px;
	height: 22px;
	margin: auto;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	top: 0;
	bottom: 0;
	right: 0
}

.slicknav_icon span {
	height: 2px;
	width: 100%;
	background: #1075d0;
	border-radius: 4px;
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.slicknav_icon span:nth-child(1),
.slicknav_icon span:nth-child(2) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.slicknav_icon span:nth-child(1) {
	top: 0;
	transform-origin: left center
}

.slicknav_icon span:nth-child(2) {
	top: 9px;
	transform-origin: left center
}

.slicknav_icon span:nth-child(3) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.mm-opened .slicknav_icon span:nth-child(1) {
	top: -3px;
	left: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-opened .slicknav_icon span:nth-child(2) {
	width: 0;
	opacity: 0
}

.mm-opened .slicknav_icon span:nth-child(3) {
	top: 18px;
	left: 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobile-show {
	display: none
}

.store_map .select2-container .select2-choice {
	font-size: 18px;
	color: #191919;
	border: 1px solid #dbdcdd;
	-webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.0) !important;
	-moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.0) !important;
	box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, 0.0) !important;
	border-radius: 4px !important;
	font-family: 'HelveticaNeue-Regular';
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px auto;
	box-sizing: border-box;
	height: 61px;
	line-height: 36px;
	padding: 11px 15px 13px 50px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/stockist-city-bg.png) no-repeat left center;
}

#addressify_unit_field,
#shipping_addressify_unit_field {
	width: 100% !important;
}

#addressify_unit_field>label,
#shipping_addressify_unit_field>label,
#addressify_autocomplete_field>label,
#shipping_addressify_autocomplete>label,
#shipping_addressify_autocomplete_field>label,
#shipping_addressify_autocomplete_info_field,
#shipping_addressify_results_field>label {
	display: none;
}

#shipping_addressify_autocomplete_info,
#addressify_autocomplete_info,
#account_password_field>label {
	display: none
}

.woocommerce-password-strength {
	display: none;
}

p.out-of-stcok {
	padding-top: 24px;
	font-weight: bold;
}

/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
	position: relative;
	margin-bottom: 3em
}

.woocommerce-product-gallery figure {
	margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	box-sizing: border-box;
	background: #f0f0f0;
}

.woocommerce-product-gallery .flex-control-thumbs img {
	opacity: .6;
	max-height: 68px;
	padding: 6px;
}

.formula_product_section .woocommerce-product-gallery .flex-control-thumbs img {
	max-height: 80px;
	padding: 12px;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1
}

.woocommerce-product-gallery img {
	display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30%;
	margin-right: 5%;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:last-child {
	margin-right: 0;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%
}

.woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	z-index: 99;
}

a.woocommerce-product-gallery__trigger {
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	left: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background-color: #169fda;
	color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
	display: none !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
	background-color: #1781ae;
	border-color: #1781ae;
	color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	font: normal normal normal 1em/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	content: "\f00e";
	line-height: 2;
	text-indent: 0;
}

.flex-viewport {
	margin-bottom: 36px;
}

.flex-control-nav.flex-control-thumbs {
	display: flex;
	max-width: 270px;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}

.formula_product_section .flex-control-nav.flex-control-thumbs {
	max-width: 348px;
}

.woocommerce-product-gallery__image a {
	cursor: default;
}

/* Info page */
.page-template-info-page {}

.page-template-info-page .breadcrumb {
	background: #fff;
	margin-bottom: 20px;
}

.standard_section_content {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	color: #6f6f6f;
	margin-bottom: 60px;
}

.standard_section_content h1 {
	font-size: 21px;
	line-height: 31px;
	padding-bottom: 0px;
	margin-bottom: 38px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2.8px;
}

.standard_section_content h2 {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 0px;
	margin-bottom: 32px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	margin-top: 40px;
}

.standard_section_content h3 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin-top: 30px;
}

.standard_section_content p {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	font-weight: normal;
}

.standard_section_content strong:first-child {
	min-width: 32px;
	display: inline-block;
}

.addr_ptx {
	padding-left: 70px;
	position: relative;
}

.addr_ptx em {
	position: absolute;
	left: 0;
	font-style: normal;
}

.header_top {
	background: #ebebeb;
	padding: 11px 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #8a6e4b;
	text-transform: uppercase;
}

.header_top .ddcommon .ddTitle .ddlabel {
	display: none;
}

.header_top .top_left {
	padding-left: 0;
}

.header_top .select_lg label:before {
	content: "\f107";
	top: 0px;
	font-size: 20px;
}

.header_top .select_lg label:hover {
	/*color: #3385d0;*/
}

.header_top .top_right ul.top_nav li {
	letter-spacing: 0.05em;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 0px;
}

.header_top .top_right ul.top_nav li a {
	color: #8a6e4b;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

.header_top .top_right ul.top_nav li a.dropdown-total:before {
	display: none;
}

.header_top .top_right ul.top_nav li a.dropdown-total .amount {
	display: none;
}

.header_top .top_right ul.top_nav li a:hover {
	/*color: #3385d0;*/
}

.header_top .top_right ul.top_nav li.cart {
	position: relative;
}

.header_top .top_right ul.top_nav li.cart a:before {
	color: #8a6e4b;
}

.header {
	background: #fff;
}

.header .content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}

.header .content:after {
	display: none;
}

.header .logo {
	width: 180px;
	padding: 12px 0;
}

#main_menu {
	display: flex;
	margin: 7px 0 0px;
}

.menu {
	display: block;
	width: 100%;
}

.menu li {
	background: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	height: 100%;
	display: block;
	margin-right: -1px;
	float: left;
	position: relative;
	z-index: 9900;
}

.menu li.mobile-show {
	display: none;
}

.menu li:first-child strong:before {
	display: none;
}

.menu>li {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.menu li a,
.menu li span {
	background: none;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0;
	padding: 10px;
	height: 100%;
	width: 100%;
	display: block;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.menu li span {
	cursor: default;
}

.menu li a strong,
.menu li span strong {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding-left: 26px;
	padding-right: 25px;
}

#mm-menu li a strong,
#mm-menu li span strong {
	padding-left: 0;
	padding-right: 0;
	font-size: 400;
	letter-spacing: 1.5px;
}

/*
.menu li a strong:before, .menu li span strong:before {position: absolute; top: 0; left: 0; height: 100%; width: 1px; content: ""; background: #ebebeb;}
*/
.sub-menu li a strong {
	padding-left: 0;
	padding-right: 0;
}

.menu>li {
	color: #333;
}

.menu li a:hover,
.menu>li:hover {
	background: #f7f2f3;
	color: #ee1d23;
}

.menu>li>a {
	color: inherit;
}

.menu h3,
.menu h2 {
	line-height: 20px;
	text-align: left;
	padding: 0;
	margin: 0;
}


.sub-menu {
	position: absolute;
	background: rgba(235, 235, 235, 0.90);
	width: 100px;
	min-width: 100%;
	box-sizing: border-box;
	padding: 10px 0 15px;
	display: none;
	transition: all .3s ease-in-out;
	opacity: 0;
	right: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.menu li:hover .sub-menu {
	display: block;
	opacity: 1;
}

.sub-menu li {
	float: none;
	width: 100%;
	margin-right: 0;
}

.sub-menu li a {
	text-align: left;
	text-transform: capitalize;
	padding: 6px;
	white-space: nowrap;
	font-weight: normal;
	letter-spacing: 0;
	/*color: #3385d0;*/
}

.sub-menu li.indent_menu_item a {
	padding-left: 16px;
}

.sub-menu li a:hover {
	color: #8a6e4b;
	background: none;
}

.sub-menu li a strong {
	font-weight: normal;
}

.sub-menu li a strong:before {
	content: none;
	display: none;
}

.st_click>a {
	pointer-events: none;
}

.breadcrumb {
	font-size: 12px;
	color: #8a6e4b;
	letter-spacing: 1px;
	padding: 15px 0;
	text-transform: uppercase;
	width: 100%;
	background: #f8f8f8;
	box-sizing: border-box;
}

.breadcrumb .content,
.single-product .section .breadcrumb .content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 !important;
}

.breadcrumb span {
	line-height: 34px;
}

.breadcrumb span.separator {
	height: 34px;
	background: none;
	text-align: center;
	font-size: 12px;
	width: 15px;
}

.breadcrumb a {
	color: inherit;
}

.single-product p {
	font-size: 16px;
	line-height: 30px;
	color: #6f6f6f;
	letter-spacing: 0.1px;
}

.accordeon_wr p em {
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
}

.single-product .product_banner .content {
	max-width: 1240px !important;
}

.product_type {
	font: 16px/24px 'gill-sans-nova';
	font-weight: normal;
	text-transform: uppercase;
	/*color: #3385d0;*/
	padding: 0;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.single-product .product_banner .entry-title,
.first-word {
	font: normal 38px/42px "gill-sans-nova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	/*color: #3385d0;*/
}

.single-product .product_banner .entry-title span,
.first-word,
.formula_title_section .first-word {
	color: #aa8719;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.single-product .product_banner h4 {
	text-align: center;
	font: normal 14px/34px "gill-sans-nova", sans-serif;
	/*color: #3385d0;*/
	text-transform: uppercase;
	letter-spacing: 2.7px;
	position: relative;
	margin-bottom: 25px;
}

.single-product .product_banner h4:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	width: 50px;
	content: '';
	background: #3385d0;
}

.ht_content {
	max-width: 380px;
	margin: 0 auto 80px;
}

.banner_image_mobile_wr {
	display: none
}

.bn_prod_content_wr {
	max-width: 284px;
	margin: 0 auto;
}

.single-product .product_banner p {
	line-height: 30px;
	/*color: #3385d0;*/
	letter-spacing: 0.1px;
	text-align: center;
	margin: 0;
}

.single-product .product_banner .recommended_age_wr {
	text-align: center;
	/*color: #3385d0;*/
}

.single-product .product_banner .recommended_age_wr .recommended_age_months {
	font: 700 68px/58px "gill-sans-nova", sans-serif;
	display: inline-block;
	vertical-align: middle;
}

.single-product .product_banner .recommended_age_wr .recomended_plus {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 20px;
	margin-left: 5px;
}

.single-product .product_banner .recommended_age_wr .recommended_months_text {
	display: block;
	font: 13px/20px "gill-sans-nova", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-product .image_product .social_product #ssba-classic-2 div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.single-product .image_product .social_product #ssba-classic-2 div a {
	margin: 0 5px;
}

.single-product .image_product .social_product .ssbp-text {
	display: none;
}

.single-product .image_product .social_product .ssba-share-text {
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	/*color: #3385d0;*/
	width: 100%;
	margin-bottom: 10px;
}

.social_product {
	margin-top: 35px;
	text-align: center;
}

.social_product a {
	text-decoration: none;
	text-indent: -9999em;
}

.single-product .entry-summary {
	width: 50%;
	max-width: 400px;
	float: left;
}

.prod_short_description {
	margin-bottom: 25px;
}

.prod_short_description ul,
.wb_cfo ul {
	padding: 0;
}

.prod_short_description ul li,
.wb_cfo ul li {
	/*color: #3385d0;*/
	font: 18px/28px "gill-sans-nova", sans-serif;
	font-weight: normal;
	letter-spacing: 0.1px;
	padding-bottom: 13px;
	padding-left: 17px;
	position: relative;
}

.wb_cfo ul li:last-child {
	padding-bottom: 0px;
}

.prod_short_description ul li:before,
.wb_cfo ul li:before {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #3385d0;
	top: 14px;
	left: 0;
}

.single-product .entry-summary .single_add .cta_btn {
	font: 16px/43px "gill-sans-nova", sans-serif;
	color: #8a6e4b;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid #8a6e4b;
	background: none;
	border-radius: 0;
	padding: 0 16px;
	min-width: auto;
	width: auto;
}

.single-product .entry-summary .single_add .cta_btn:hover {
	color: #fff;
	background: #8a6e4b;
}

.single-product .entry-summary .single_add .find_btn {
	display: none;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_header h4 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #6f6f6f;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
}

.accordeon_box {
	border-top: 1px solid #6f6f6f;
}

.accordeon_box:last-child {
	border-bottom: 1px solid #6f6f6f;
}

.accordeon_wr {
	margin-bottom: 30px;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content {
	font: 16px/22px "gill-sans-nova", sans-serif;
	color: #6f6f6f;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table {
	background: none;
	font: 16px/18px "gill-sans-nova", sans-serif;
	color: #6f6f6f;
	letter-spacing: 0.1px;
	width: 100%;
	border-collapse: collapse;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table:not(:last-child) {
	margin-bottom: 20px;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table th,
.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table td {
	border: 1px solid #6f6f6f;
	padding: 5px;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table th {
	color: #6f6f6f;
	background: none;
	font-size: 16px;
	line-height: 18px;
	border-color: #6f6f6f;
	text-align: center;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table tr td {
	background: none;
}

.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table tr td:nth-of-type(2),
.single-product .entry-summary .accordeon_wr .accordeon_box .accordeon_content table tr td:nth-of-type(3) {
	text-align: center;
}

.single-product .section .content {
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.infoArea * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.infoArea .content {
	max-width: 940px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
}

.infoArea h3 {
	font-size: 22px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 4.5px;
}

.infoArea p,
.infoArea li {
	font-size: 16px;
	line-height: 24px;
}

.infoArea .grey p {
	color: #ee1d23;
}

.infoArea .grey {
	background: #f8f8f8;
	/*color: #3385d0;*/
}

.infoArea .grey .content {
	padding: 50px 20px 20px;
}

.shopArea .grey {
	background: #fff;
}

.shopArea .grey .content {
	padding: 80px 20px 60px;
}

.infoArea .grey h3 {
	max-width: 600px;
	margin: 0 auto 40px;
	text-align: center;
	padding-bottom: 0px;
}

.infoArea .grey ul {
	max-width: 850px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

.infoArea .grey ul li {
	width: 24%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}

.infoArea .grey ul li h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: normal;
	color: #ee1d23;
	padding-bottom: 6px;
}

.infoArea .grey ul li p {
	font-size: 16px;
	color: #666;
	padding: 0;
}

.infoArea .grey ul li .infoarea_content {
	padding: 20px;
}

.infoArea .grey ul li img {
	margin-bottom: 10px;
	width: 100%
}

.infoArea .blue {
	background: #3385d0;
}

.shopArea .blue,
.formula_info_area {
	background: #f8f8f8;
}

.home_info_area {
	background: #fff;
	padding: 70px 0px 60px;
}

.infoArea .blue .content {
	padding: 90px 20px 80px;
}

.shopArea .blue .content {
	max-width: 840px;
}

.shopArea .blue .content:after {
	display: none;
}

.shopArea .blue .image {
	text-align: center;
}

.blue .image {
	width: 40%;
}

.shopArea .blue .image {
	width: 52%;
}

.infoArea .blue .image img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.shopArea .blue .image img {
	margin-bottom: 15px;
}

.infoArea .blue .text {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: left;
	color: #fff;
	flex-wrap: wrap;
	width: 60%;
	box-sizing: border-box;
	padding-left: 27px;
}

.shopArea .blue .text {
	/*color: #3385d0;*/
	display: block;
	width: 270px;
}

.infoArea .blue h3 {
	width: 100%;
	/*color: #3385d0;*/
	font-size: 18px !important;
	padding-bottom: 10px !important;
}

.infoArea .grey.isFormulaCat {
	background: #fff;
}

.h3bd_wr {
	border-bottom: 1px solid #3385d0;
	margin-bottom: 15px;
}

.h3bd_wr h3 {
	max-width: 170px;
}

.infoArea .blue .h3bd_wr h3 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	padding-bottom: 15px;
}

.infoArea .blue p,
.infoArea .blue ul {
	letter-spacing: 0.1px;
	margin: 0;
	color: #fff;
}

.shopArea .blue p,
.shopArea .blue ul {
	/*color: #3385d0;*/
}

.infoArea .blue .text p {
	padding: 0 45px 0 0;
	width: 57.5%;
	letter-spacing: 0.3px;
}

.infoArea .blue .text ul {
	width: 36%;
}

.shopArea .blue .text ul {
	width: auto;
}

.infoArea .blue .text ul li {
	padding: 0 0 0 20px;
	background: url(../image/leaf.png) no-repeat left 4px;
}

.shopArea .blue .text ul li {
	background-image: url(../image/leaf-blue.png);
	margin-bottom: 3px;
}

.formula_info_area h2,
.formula_info_area li {
	/*color: #3385d0;*/
}

.formula_info_area h2 {
	font-size: 28px;
	line-height: 38px;
}

.formula_info_area p,
.formula_info_area ul {
	padding-bottom: 0px;
	margin-bottom: 24px;
}

.formula_info_area ul li {
	padding-left: 17px;
	position: relative;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 24px;
}

.formula_info_area ul li:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #3385d0;
	top: 10px;
	left: 0;
}

.formula_info_area p:last-child,
.formula_info_area ul:last-child {
	margin-bottom: 0px;
}

.row_df {
	display: flex;
}

.row_hf {
	width: 50%;
	box-sizing: border-box;
}

.row_hf:first-child {
	padding-right: 50px;
}

.row_hf:last-child {
	padding-left: 50px;
	display: flex;
}

.h_lmt {
	max-width: 500px;
}

.row_hf:last-child .h_lmt {
	margin: auto;
}

.row_hf:last-child .h_lmt img {
	max-width: 100%;
}

.section .formula_info_area .content {
	padding: 50px 0;
}

.product_description h2,
.product_description h4 {
	font: 16px/26px "gill-sans-nova", sans-serif;
	color: #6f6f6f;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.resp-tabs-list li {
	font: 16px/26px "gill-sans-nova", sans-serif;
	color: #333;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.price .amount,
.price .currency_sup {
	font: 16px/26px "gill-sans-nova", sans-serif;
	color: #8a6e4b;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.price_tag {
	display: none;
}

.summary.entry-summary p.price .price_tag {
	display: inline-block;
}

.price .currency_sup {
	margin-left: 10px;
}

.stock {
	display: none;
}

.shop_attributes {
	font: 16px/26px "gill-sans-nova", sans-serif;
	color: #8a6e4b;
}

.shop_attributes th {
	text-transform: uppercase;
	letter-spacing: 0.1px;
}

.related.products,
.upsells.products {
	max-width: 940px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	padding: 50px 0 20px;
}

.related.products h2,
.upsells.products h2 {
	font: 18px/28px "gill-sans-nova", sans-serif;
	color: #8a6e4b;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	text-align: center;
}

.related.products ul,
.upsells.products ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
}

.related.products ul li,
.upsells.products ul li {
	width: 33.33%;
	display: flex;
}

.related.products .products li .image,
.upsells.products .products li .image {
	height: auto;
}

.related.products ul li .innerRelated,
.upsells.products ul li .innerRelated {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px 30px;
	height: 100%;
	position: relative;
}

ul.products li .productTitle,
ul.products .prod-title a {
	text-align: center;
	text-decoration: none;
	/*color: #3385d0;*/
	font: 17px/24px "gill-sans-nova", sans-serif;
	font-weight: normal;
}

ul.products li .productTitle:hover,
ul.products .prod-title a:hover {
	color: #8a6e4b;
}

.related.products ul li .productTitle span,
ul.products .prod-title a span {
	display: block;
	font-weight: normal;
	letter-spacing: 0.25px;
	display: block;
	line-height: 28px;
}

ul.products li .recommended_for {
	font: 14px/18px "gill-sans-nova", sans-serif;
	font-weight: normal;
	background: none;
	width: 100%;
	height: auto;
	border-radius: 0px;
	color: #6f6f6f;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
}

.footer {
	background: #333;
}

.footer .content {
	max-width: 940px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px 20px 20px;
}

.footer .socials {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .socials li {
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
}

.footer .socials li:first-child {
	border: none;
}

.footer .socials li:last-child a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-transform: uppercase;
	font: 600 14px/18px "gill-sans-nova", sans-serif;
	letter-spacing: 1px;
	padding: 20px 0;
}

.footer .socials li:last-child a i {
	font-size: 30px;
	margin-bottom: 10px;
}

.footer .socials li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	color: #fff;
	font-size: 30px;
	transition: all .3s ease-in-out;
}

.footer .socials li a img {
	max-width: 37px;
	height: auto;
}

.footer .socials li a .arrow_up img {
	max-width: 23px;
}

.footer .socials li a:hover {
	opacity: .75;
}

.footer .footerLeft {
	width: 57%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .footerLeft ul {
	text-align: left;
}

.footer .footerLeft ul li {
	margin: 0;
	padding: 0 0 10px;
}

.footer .footerLeft ul li:first-child {
	font: 600 15px/25px "gill-sans-nova", sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	padding: 0 0 20px;
}

.footer .footerLeft ul li a {
	color: #fff;
	font: 16px/24px "gill-sans-nova", sans-serif;
	text-decoration: none;
}

.footer .footerLeft ul li a:hover {
	text-decoration: underline;
}

.footer .footerRight {
	width: 43%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer .footerRight ul {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 45px;
}

.footer .footerRight ul:nth-of-type(2) li {
	width: 50%;
}

.footer .footerRight ul li {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}

.mv_top24 {
	margin-top: -24px;
}

.footer .footerRight ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.footer .copy {
	width: 100%;
	font: 16px/18px "gill-sans-nova", sans-serif;
	color: #fff;
	margin-top: 20px;
}

.footer .copy p {
	font: 16px/18px "gill-sans-nova", sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 10px 0;
}

.footer .copy a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

.footer .copy a:hover {
	text-decoration: none;
	color: #fff;
}


@media screen and (max-width: 1280px) {

	.content,
	.main-sidebared-content {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.main-sidebared-content .content {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.footer .sixth {
		width: 17.5%;
	}

	.sub_menu ul.submenu {
		padding-left: 160px
	}

	.choose_home {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0
	}

	.choose_home .left_icon {
		max-width: none;
		position: inherit;
		left: auto !important;
		right: auto !important;
		margin: 0 0 30px !important;
		top: auto !important
	}

	.choose_home .left_icon {
		float: left;
		width: 31.333%;
		padding-right: 2%
	}

	.choose_home>img {
		max-width: 100%;
		width: auto;
		clear: both;
		margin: 0 auto;
		display: block
	}

	.about_sec .image_about {
		width: 470px;
	}

	.section {
		overflow: hidden
	}

	#about-short .content {
		padding-bottom: 10px;
	}

	#about-short ul {
		text-align: center
	}

	#about-short ul li {
		margin: 0 1% 30px;
		text-align: left;
	}

	.wizard.wizard>.content {
		margin: 0;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	#nws_form .section {
		width: auto
	}
}

@media screen and (max-width: 1120px) {
	#banner_slider_wr .slick-arrow {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {

	.shop_banner,
	.home .image_section,
	.image_section,
	.rs_row {
		height: 600px;
	}

	.flex_sp>div img {
		max-width: 85%;
		height: auto;
	}

	.banner-tablet {
		display: block;
	}

	.slick_custom .slick-dots {
		bottom: 34px;
	}

	.row_hf:first-child {
		padding-right: 25px;
	}

	.row_hf:last-child {
		padding-left: 25px;
	}
}

@media screen and (max-width: 960px) {

	.content,
	.main-sidebared-content,
	.breadcrumb {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.main-sidebared-content .content {
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	#main_menu {
		display: none;
	}

	#enter_mob {
		display: block;
	}

	html .header_top {
		padding: 12px 0;
		display: none;
	}

	.menu li {
		float: none;
	}

	.menu li strong {
		display: block
	}

	.mobile-show {
		display: block
	}

	.top_left {
		float: none;
		padding-left: 0;
		text-align: center;
	}

	.socials,
	.select_lg {
		float: none;
		display: inline-block;
	}

	.header_top {
		text-align: center;
	}

	.top_left {
		display: inline-block;
	}

	.top_right {
		display: inline-block;
		vertical-align: bottom;
		float: none;
	}

	.sb_box_wr {
		display: none;
	}

	.top_nav>li {
		display: none;
	}

	.top_nav li#widget_shopping_mini_cart-2 {
		display: block;
	}

	.choose_home .left_icon {
		width: 48%;
		padding-right: 2%
	}

	h5 br {
		display: none;
	}

	.banner h1 {
		font-size: 75px;
		line-height: 85px;
	}

	.aum_ct_half {
		max-width: 315px;
	}

	.aum_img_half {
		margin-left: 10px;
		padding-left: 0 !important;
	}

	.aum_img_half img {
		max-width: 100%;
	}

	.choose_home {
		margin-top: 0;
		margin-bottom: 0
	}

	.related-prod .products>li {
		width: 50%;
		margin-bottom: 30px;
	}

	.related-prod .prod {
		padding-bottom: 50px;
	}

	.products>li .inner {
		max-width: 100%
	}

	.about_sec .image_about {
		width: 50%
	}

	.about_sec .content_about {
		width: 50%
	}

	.content_about ul {
		padding-left: 0
	}

	.about_sec .content_about .inner {
		padding-left: 5%;
		padding-right: 5%
	}

	.about_sec .content_about h2 {
		font-size: 47px;
	}

	#community .content {
		width: 580px;
	}

	.main-sidebared-content .content {
		width: calc(100% - 300px)
	}

	.main-sidebared-content .sidebar-general-pages {
		width: 280px;
	}

	.main-sidebared-content .sidebar-general-pages li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main-sidebared-content .sidebar-general-pages .cta_btn.full_width {
		min-width: 100%
	}

	.contact_section .half:last-child {
		max-width: 400px;
	}

	#contact_section .half:first-child {
		padding-right: 25px;
	}

	#contact_section .half:last-child {
		padding-left: 25px;
		padding-right: 25px;
	}

	.contact-form {
		max-width: 100%
	}

	.page-id-1196 .su-spacer {
		height: 25px !important
	}

	#contact_section .contact-details li {
		padding-left: 0
	}

	.woocommerce-account #customer_login .col-1,
	#customer_login .col-2,
	.login_tabs_wr {
		padding-left: 30px;
		padding-right: 30px;
	}

	.right_content {
		float: none;
		width: 100%;
	}

	ul.why li {
		width: 32.6666%;
		margin-bottom: 20px;
	}

	ul.why li:last-child {
		background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/why_sep.png) repeat-y right
	}

	.page-id-1117 .section:nth-of-type(2) .content {
		padding-top: 0
	}

	#about-short .content {
		padding-bottom: 10px;
	}

	#about-short ul {
		text-align: center
	}

	#about-short ul li {
		margin: 0 1% 30px;
		text-align: left;
	}

	#store-map table.sl_header td {
		width: 25%
	}

	#store-map {
		padding-top: 10px;
	}

	#sl_div #sl_map {
		max-height: 450px;
	}

	h2.resp-accordion {
		cursor: pointer;
		padding: 20px !important;
		background: #f8f8f8 !important;
		font: 16px/26px "gill-sans-nova", sans-serif;
		color: #333;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

	h2.resp-tab-active {
		background: #fff;
	}

	.related .products>li {
		width: 50%;
	}

	#product_tabs .resp-arrow {
		width: 10px;
		height: 5px;
		border: none !important;
		margin-top: 14px !important
	}

	#product_tabs h2 span.resp-arrow {
		/*background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/resp-arrow-accoridion-closed-bg.png) no-repeat 0 0*/
	}

	#product_tabs h2.resp-tab-active span.resp-arrow {
		border: none;
		/*background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/resp-arrow-accoridion-opened-bg.png) no-repeat 0 0;*/
	}

	#product_tabs h2.resp-accordion {
		border: solid 1px #333 !important;
		border-top: none !important
	}

	#product_tabs h2.resp-accordion:first-child {
		border-top: solid 1px #333 !important
	}

	#product_tabs h2.resp-tab-active {
		border-bottom: none !important
	}

	.wizard.wizard>.content {
		margin: 0;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important
	}

	.billing_col,
	.checkout-review-order-table-payment-container {
		float: none;
		width: 100%
	}

	.order_summery {
		float: none;
		width: 100%;
		margin-top: 50px;
	}

	.row.small_distance p:empty {
		display: none;
	}

	.payment_sidebar {
		width: 100%;
		margin-bottom: 30px;
		float: none;
	}

	.payment_content .shop_table {
		width: 100%;
	}

	#place_order_btn {
		max-width: 665px;
		min-width: 0;
	}

	.main-sidebared-content .content {
		padding-bottom: 40px;
	}

	.main-sidebared-content .content,
	.main-sidebared-content .sidebar-general-pages {
		width: 100%;
		float: none;
	}

	.main-sidebared-content .sidebar-general-pages {
		text-align: center
	}

	.form_container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.socials.big-socials {
		display: block
	}

	#no-space .content {
		padding-top: 0 !important
	}

	.distance_display {
		padding: 0 20px;
	}

	#store-map .informations {
		max-width: 320px;
		padding: 0
	}

	.header #main_menu {
		display: none;
	}

	.header .menu_trigger {
		margin-top: 12px;
		display: block;
	}

	.header .menu_trigger .slicknav_icon span {
		background: #fff;
	}

	.single-product .section .infoArea .grey ul li {
		width: 25%;
	}

	.single-product .section .infoArea .grey.formula_grey_content ul {
		justify-content: left;
	}

	.single-product .section .infoArea .grey.formula_grey_content ul li {
		width: 33.33%;
	}

	.single-product .section .infoArea .blue .image {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	.single-product .section .infoArea .blue .text {
		max-width: 480px;
		margin: 0 auto;
		width: 100%;
		padding-left: 0;
	}

	.single-product .section .infoArea .blue .text p {
		width: 57%;
		padding-right: 20px;
	}

	.single-product .section .infoArea .blue .text ul {
		width: 43%;
	}

	.related.products ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.related.products ul li {
		width: 50%;
	}

	.header .logo {
		padding: 6px 0;
	}

	.products>li {
		width: 50%;
	}

	.flex_row .half_image {
		display: none;
	}

	.half_title {
		width: 100%;
	}

	.ht_content,
	.bn_prod_content_wr {
		max-width: 100%;
	}

	.ht_content {
		margin-bottom: 20px;
	}

	.banner_image_mobile_wr {
		display: block
	}

	.banner_image_mobile_wr img {
		max-width: 100%;
		height: auto;
	}

	.single-product .image_product img,
	.formula_product_section .flex-control-nav.flex-control-thumbs {
		max-width: 300px;
	}

	.single-product .entry-summary {
		padding-top: 30px;
	}

	.single-product .image_product {
		padding-top: 20px;
	}

	.shop_table td.product-thumbnail img {
		max-width: 100px;
		max-height: 140px;
	}

	.shop_table td.product-thumbnail,
	.shop_table td.product-name {
		padding-left: 0;
	}

	.shop_table td.product-subtotal {
		padding-right: 0;
	}

}

@media screen and (max-width: 900px) {
	.prev_ct {
		left: 0px;
	}

	.next_ct {
		right: 0;
	}

	.img_slider_main {
		padding: 0 60px;
	}
}

@media screen and (max-width: 840px) {

	.blog_post_box,
	.single_article {
		width: 48%;
	}

	.blog_post_box:last-child {
		display: none;
	}
}

@media screen and (max-width: 840px) {
	.row_3 {
		flex-wrap: wrap;
		margin-bottom: -50px;
	}

	.box_3 {
		max-width: 100%;
		width: 100%;
		margin-bottom: 50px;
	}

	.round_numbering,
	.nw_section .round_numbering {
		margin-bottom: 20px;
	}

	.box_3 img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 820px) {
	.woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
	}

	.woocommerce-MyAccount-navigation ul li {
		width: 33.33%;
		margin-top: -1px;
	}

	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a {
		border-right: 1px solid #7f674b;
	}
}


@media screen and (max-width: 767px) {
	.top_nav #widget_shopping_mini_cart-2 {
		position: absolute;
		right: 55px;
		top: 93px;
		border-left: none
	}

	.content,
	.breadcrumb {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.header .content {
		padding-left: 20px !important;
		padding-right: 20px !important
	}

	.top_left {}

	.top_left .socials li {
		margin-right: 6px;
	}

	#main_menu {
		display: none;
	}

	#enter_mob {
		display: block;
	}

	.menu_trigger {
		display: block;
	}

	.menu li {
		float: none;
	}

	.menu_trigger {
		margin-top: 14px
	}

	.logo {
		width: 160px;
	}

	/* .banner .content { padding:30px 0 65px } */
	.header_top {}

	.top_right ul.top_nav>li {
		margin-left: 8px;
		padding-left: 8px;
	}

	.top_right {
		vertical-align: top;
	}

	html .dropdown-cart-button .dropdown.dropdown-right {
		right: -14px;
		max-width: 320px;
		box-sizing: border-box;
	}

	.banner h1,
	#internal .tall_banner.banner h1 {
		font-size: 65px;
		line-height: 80px;
	}

	#internal .tall_banner.banner>.content {
		padding-top: 40px;
		padding-bottom: 80px
	}

	#internal .banner .content {
		padding: 35px 0;
	}

	h2 {
		font-size: 45px;
		line-height: 52px;
	}

	.related-prod .products>li {
		width: 50%;
		margin-bottom: 30px;
	}

	.related-prod .prod {
		padding-bottom: 50px;
	}

	.products>li .inner {
		max-width: 100%
	}

	.related-prod .products>li:last-of-type {
		margin-bottom: 0
	}

	.home h5 {
		padding-bottom: 0
	}

	.newsletter_form .inputs {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}

	.newsletter_form .inputs .input-group,
	.newsletter_form .inputs .input-group:first-child {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}

	.newsletter_form .cta_btn {
		width: 100%;
		float: none;
	}

	.footer .content {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.footer_menu li {
		display: block;
		padding-right: 0px;
		margin-right: 0;
	}

	.footer .socials li {
		margin-right: 5px;
	}

	.footer_menu li:after {
		display: none;
	}

	.footer_payments {
		max-width: 100%;
		height: auto;
	}

	.section .content {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.about_sec .image_about,
	.about_sec .content_about {
		width: 100% !important;
		float: none !important
	}

	.about_sec .content_about .inner {
		padding-left: 5%;
		padding-right: 5%
	}

	.about_sec .content_about h2,
	#community .content h2 {
		font-size: 36px;
		line-height: 46px;
	}

	#community .content {
		width: 100%;
		height: auto;
		padding: 45px 20px;
		border-radius: 0;
	}

	.main-sidebared-content .content,
	.main-sidebared-content .sidebar-general-pages {
		width: 100%;
		float: none;
	}

	.section .main-sidebared-content .content {
		padding-top: 0
	}

	.main-sidebared-content .sidebar-general-pages li {
		text-align: center
	}

	.main-sidebared-content .sidebar-general-pages li img {
		margin-top: 0
	}

	.contact_section .row {
		flex-wrap: wrap;
	}

	#contact_section .half {
		float: none;
		width: 100% !important;
		box-sizing: border-box
	}

	#contact_section .half:first-child {
		padding-right: 0;
		max-width: 100%;
		padding-top: 0;
	}

	#contact_section .half:last-child {
		margin-top: 50px;
		max-width: none;
		padding-top: 35px;
	}

	#customer_login h1 {
		padding-bottom: 35px;
	}

	.cta_btn.center,
	.page-id-11 input.button {
		min-width: 100%
	}

	#customer_login .col-1 {
		margin: 0 0 30px;
	}

	#customer_login .col-1,
	#customer_login .col-2 {
		width: 100%;
		box-sizing: border-box;
	}

	.wizard #customer_login .col-2 {
		margin-top: 0;
	}

	#customer_login p.lost_password {
		float: none;
		width: 100%;
		clear: both;
	}

	.products>li {
		width: 50%
	}

	.category_info {
		padding-left: 40px
	}

	ul.why li {
		width: 49.6666%;
		margin-bottom: 20px;
	}

	#community .content.green {
		width: 100%;
		height: auto
	}

	.form_container {
		padding-left: 20px;
		padding-right: 20px;
	}

	#retailer_form .form-column,
	#distributor_form .form-column {
		float: none;
		width: 100%
	}

	#about-short .content {
		padding-bottom: 10px;
	}

	#about-short ul {
		text-align: center
	}

	#about-short ul li {
		margin: 0 1% 30px;
		text-align: left;
	}

	#store-map table.sl_header td,
	#store-map table.sl_header td#radiusSelect_td,
	#store-map table.sl_header td.td_btn {
		width: 100%;
		padding-bottom: 15px !important;
		display: block !important
	}

	#store-map table.sl_header td.sep_td {
		display: none !important
	}

	#store-map .sl_header #addressSubmit {
		float: none;
		max-width: 100%
	}

	#store-map {
		padding-top: 10px;
	}

	#sl_div #sl_map {
		max-height: 450px;
	}

	.single-product .entry-summary,
	.single-product .image_product {
		width: 100%;
		float: none;
	}

	.single-product .image_product {
		padding: 0 0 35px;
	}

	.related .products>li {
		width: 50%;
	}

	#product_tabs .resp-tab-content table th {
		display: none !important
	}

	#product_tabs .resp-tab-content table td {
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
		padding-top: 0;
		padding-bottom: 0;
		padding: 10px 15px;
	}

	#product_tabs .resp-tab-content table td:empty {
		display: none !important;
	}

	.cart_logos li {
		width: 88px;
	}

	.payment_content .shop_table th,
	.payment_content .shop_table td {
		display: table-cell !important;
	}

	.payment_content .shop_table td:before {
		display: none !important;
	}

	.payment_content .shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child>* {
		padding-top: 20px;
	}

	.payment_content .shop_table.woocommerce-checkout-review-order-table tfoot th {
		padding-left: 20px;
	}

	.payment_content .shop_table.woocommerce-checkout-review-order-table tfoot td {
		padding-right: 20px;
	}

	.main_cart_table td,
	.main_cart_table td.product-thumbnail,
	.main_cart_table td.product-name,
	.main_cart_table td.product-quantity {
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: center;
		box-sizing: border-box;
		padding: 10px 0px;
	}

	.main_cart_table td.product-thumbnail {
		padding-top: 33px;
	}

	.main_cart_table td.product-quantity {
		padding-bottom: 33px;
		border-bottom: 1px solid #6e6e6e;
	}

	.pq_wr {
		padding-left: 43px;
	}

	.main_cart_table td.product-subtotal,
	.main_cart_table td.product-price {
		display: none;
	}

	.main_cart_table td.product-price br {
		display: none;
	}

	.cart_logos {
		text-align: center
	}

	.cart_logos li {
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 20px;
	}

	.wizard>.steps>ul {
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-bottom: 0;
		display: none;
	}

	.steps ul li:before {
		display: none;
	}

	.steps ul li {
		float: none !important
	}

	.wizard.wizard>.content {
		margin: 0 !important;
		width: 100% !important;
		padding: 0 !important;
	}

	#wizard .steps ul li {
		padding: 0 !important
	}

	.wizard.wizard>.steps {
		width: 100% !important
	}

	#billing_first_name_field,
	#shipping_first_name_field,
	#billing_email_field,
	#shipping_email_field,
	#billing_address_1_field,
	#shipping_address_1_field,
	#billing_state_field,
	#shipping_state_field {
		float: none;
		width: 100%;
		box-sizing: border-box
	}

	#billing_last_name_field,
	#shipping_last_name_field,
	#billing_phone_field,
	#shipping_phone_field,
	#billing_city_field,
	#shipping_city_field,
	#billing_postcode_field,
	#shipping_postcode_field {
		float: none;
		width: 100%;
		box-sizing: border-box
	}

	#shipping_method p {
		width: 100%;
		padding-bottom: 20px;
		box-sizing: border-box;
	}

	.page-id-1117#internal .tall_banner.banner h1,
	.page-id-1117#internal .tall_banner.banner h1,
	.page-id-1128#internal .tall_banner.banner h1,
	.page-id-1065#internal .tall_banner.banner h1 {
		color: #fff;
		font-size: 50px;
		line-height: 60px;
	}

	#map_sidebar h3 {
		padding: 15px 20px;
	}

	#store-map .searchResultsTable td {
		display: block !important;
		width: 100% !important;
		padding: 10px 20px !important;
		box-sizing: border-box
	}

	#store-map .informations,
	.distance_display {
		display: block;
		padding: 0 0 20px;
	}

	#store-map .informations {
		padding: 0
	}

	#store-map .phone_results {
		float: none;
	}

	.socials-area-wide.simple-general-pages-social h2 {
		font-size: 25px;
	}

	ul.why li:nth-of-type(2n) {
		background: none !important;
	}

	.addresses .col-1 {
		padding-bottom: 30px;
	}

	.addresses .col-1,
	.addresses .col-2 {
		float: none;
		width: 100%;
	}

	.ds_flex {
		flex-wrap: wrap;
	}

	.aum_ct_half {
		max-width: 100%;
		width: 100%;
	}

	.index_box_1.aum_img_half {
		margin-left: 0;
		margin-top: 60px;
	}

	.our_products_section h2,
	.home .image_section h2 {
		font-size: 60px;
		line-height: 70px;
	}

	.infoArea .grey ul {
		justify-content: left;
		margin-bottom: -30px;
	}

	.infoArea .grey ul li {
		width: 25%;
		margin-bottom: 30px;
	}

	.infoArea .grey.formula_grey_content ul li {
		width: 33%;
	}

	.single-product .section .infoArea .grey ul li {
		width: 50%;
	}

	.footer .content {
		padding-top: 30px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .content .socials {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer .content .socials li {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 20%;
		border: none;
	}

	.footer .content .socials li:last-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		margin-bottom: 25px;
	}

	.footer .content .footerLeft,
	.footer .content .footerRight {
		width: 100%;
	}

	.footer .content .footerLeft {
		margin-bottom: 30px;
	}

	.footer .content .footerLeft ul {
		text-align: left;
	}

	.footer .content .footerLeft ul li {
		font-size: 10px;
		line-height: 20px;
		padding: 0 0 5px;
	}

	.footer .content .footerLeft ul li:first-child {
		letter-spacing: 0;
		font-size: 13px;
		line-height: 20px;
		padding: 0 0 10px;
	}

	.footer .content .footerLeft ul:nth-of-type(1) {
		width: 20%;
	}

	.footer .content .footerLeft ul:nth-of-type(2) {
		width: 40%;
	}

	.footer .content .footerLeft ul:nth-of-type(3) {
		width: 40%;
	}

	.banner-mobile {
		display: block;
	}

	.banner-tablet {
		display: none;
	}

	.shop_banner,
	.home .image_section,
	.image_section,
	.rs_row {
		height: 400px;
	}

	.slick_custom .slick-dots {
		bottom: 20px;
	}

	.home .banner .content {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.home .banner p img {
		max-width: 120px;
		height: auto;
		margin-bottom: 40px;
	}

	.home .banner p:last-child {
		display: none;
	}

	.home .banner h1 {
		padding-bottom: 0;
	}

	.home .banner h1:after {
		content: none;
	}

	.row_df {
		flex-wrap: wrap;
	}

	.row_hf,
	.row_hf:first-child,
	.row_hf:last-child {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.h_lmt {
		max-width: 100%;
	}

	.row_hf:last-child .h_lmt {
		margin-top: 40px;
		text-align: center;
	}

	.rs_title {
		max-width: 100%;
		width: 100%;
	}

	.rs_title_wr h2 {
		font-size: 35px;
		line-height: 50px;
	}

	.rs_title_wr h2 br {
		display: none;
	}

	.sm_columns .col_1,
	.sm_columns .col_2,
	.sm_columns .col_2.last {
		max-width: 100%;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.sm_columns .col_1 {
		margin-bottom: 40px;
	}

	.sm_columns .half img.alignright {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.image_section h2 {
		font-size: 50px;
		line-height: 70px;
	}

	.shopArea .grey .content,
	.infoArea .blue .content {
		padding: 50px 20px;
	}

	.breadcrumb {
		display: none !important;
	}

	.single-product .entry-summary {
		padding-top: 60px;
		max-width: 100%;
	}

	.infoArea .blue {
		text-align: center;
	}

	.single-product .section .infoArea .blue .text p {
		width: 100%;
		padding-right: 0;
	}

	.single-product .section .infoArea .blue .text p br {
		display: none;
	}

	.infoArea .blue .text {
		justify-content: center;
	}

	.single-product .section .infoArea .blue .text ul {
		width: auto;
		display: inline-block;
		margin-top: 25px;
	}

	.infoArea .blue .text ul li {
		text-align: left;
	}

	.product_banner {
		padding-top: 45px;
	}

	.related.products ul li,
	.upsells.products ul li {
		width: 100%;
	}

	.product_formula_banner {
		/* display: none; */
	}

	.formula_mobile_image_wr {
		display: block;
		margin-top: 50px;
	}

	.single-product .formula_product_section .entry-summary {
		padding-top: 0;
		margin-top: 60px;
	}

	.formula_product_section .prod_short_description ul {
		margin-top: 0;
	}

	.mid_icons_ul li {
		padding: 30px 0px;
	}

	.mid_icons_ul li:before {
		margin-right: 20px;
	}

	.mid_icons_ul li img {
		margin-right: 20px;
	}

	.certification_columns_section .half {
		width: 100%;
	}

	.certification_columns_section .small_distance .half,
	.certification_columns_section .small_distance .half.last {
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 50px;
	}

	.certification_columns_section .small_distance .half.last {
		margin-bottom: 0px;
	}

	.column_limit {
		max-width: none;
	}

	.column_limit img {
		margin-bottom: 20px;
	}

	.col3wr .content.r3content {
		padding-top: 0;
	}

	.my_account_orders thead th,
	.my_account_orders td {
		padding-left: 10px;
		padding-right: 10px;
	}

	.my_account_orders td:first-child {
		padding-left: 0px;
	}

	.my_account_orders td:last-child {
		padding-right: 0px;
	}

	.faq_category_title {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 700px) {
	.buttons>*:first-child {
		margin-right: 0;
	}

	.cart_buttons {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.buttons.cart_buttons * {
		max-width: 335px;
		width: 100%;
	}

	.shop_buttons_wr {
		margin-bottom: 20px;
	}

	.cart_coupon_form {
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 660px) {
	.products_slider_main {
		padding: 0;
	}

	.products_slider_main .slick-arrow {
		display: none !important;
	}

	.page-id-11 .edit-account .form-row.form-row-first,
	.page-id-11 .edit-account .form-row.form-row-last {
		width: 100%;
		float: none;
	}

}

@media screen and (min-width: 640px) {
	.test_mobile {
		display: none;
	}

	.subcategory-products {
		display: flex !important;
	}
}

@media screen and (max-width: 640px) {
	.test_mobile {
		display: block;
		position: absolute;
		width: 100%;
		height: 1px;
		z-index: -5555;
	}

	.related.products ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.products>li {
		width: 100%;
	}

	.products li .image {
		align-items: center;
	}

	.wc-nested-category-layout-category-title {
		font-size: 17px;
		line-height: 24px;
		padding-right: 18px;
	}

	.wc-nested-category-layout-category-title:after {
		content: '+';
		float: right;
		font-size: 24px;
		cursor: pointer;
		margin-right: -18px;
	}

	.category_expanded:after {
		content: '-';
	}

	.subcategory-term_description.term_description {
		display: none;
	}

	.subcategory-products {
		display: none;
	}

	.formula_title_section h1 {
		font-size: 38px;
		line-height: 51px
	}
}

@media screen and (max-width: 620px) {
	.shopArea .blue .image {
		width: 100%;
		margin-bottom: 30px;
	}

	.shopArea .blue .text {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}

	.h3bd_wr {
		border: none;
		margin: 0;
	}

	.h3bd_wr h3 {
		max-width: 100%;
		padding: 0;
	}

	.shopArea .blue .text ul {
		display: inline-block;
	}

	.shopArea .blue .text ul li {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	.sidebar .box_sidebar {
		margin-right: 50px;
	}

	.infoArea .grey ul li {
		width: 50%;
	}

	.login_tabs li a {
		font-size: 14px;
		line-height: 20px;
	}

	.woocommerce-MyAccount-navigation ul li {
		width: 50%;
	}

	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a {
		border-right: none;
	}

	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a,
	.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--payment-methods a {
		border-right: 1px solid #7f674b;
	}
}

@media screen and (max-width: 580px) {
	.footer .content .footerLeft ul:nth-of-type(3) {
		width: 111px;
	}

	.checkout_s2_buttons_wr {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	#continue_payment {
		margin-top: 15px;
	}
}

@media screen and (max-width: 530px) {
	.side_row {
		display: none;
	}

	.sidebar .box_sidebar {
		margin-right: 0;
	}

	.h_bar {
		position: relative;
	}

	.h_bar:after {
		content: '+';
		float: right;
		font-size: 24px;
		cursor: pointer;
	}

	.filters_expanded:after {
		content: '-';
	}

	.formula_title_section h1 {
		font-size: 36px;
		line-height: 48px
	}

	.my_account_orders td[class*="order-actions"],
	.my_account_orders thead th[class*="order-actions"] {
		display: none;
	}

	.my_account_orders td[class*="order-total"] {
		padding-right: 0;
	}
}

@media screen and (max-width: 480px) {

	.content,
	.breadcrumb {
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}

	.related-prod .products>li {
		width: 100%;
		float: none;
	}

	.main-sidebared-content .sidebar-general-pages li img {
		width: 100%
	}

	.post {
		float: none;
		width: 100%;
		margin-bottom: 25px;
		padding-right: 0%;
	}

	.logos li {
		min-width: 48%;
	}

	.footer .sixth {
		width: 50% !important;
	}

	.cta_btn {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 15px
	}

	.member {
		float: none;
		width: 100%;
		text-align: center
	}

	.left_members .member {
		width: 100%;
	}

	.third {
		width: 100%;
		float: none
	}

	.third .post {
		padding-right: 0
	}

	.logos.big li {
		min-width: 98%;
	}

	.banner_inner {
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
		min-height: calc(100vh - 68px);
	}

	ul.why li {
		background: none;
		width: 100%
	}

	#sl_div #sl_map {
		max-height: 300px;
	}

	#store-map table.sl_header .stockist_select select,
	#store-map table.sl_header #addressInput {
		font-size: 17px !important
	}

	body .text_below_map {
		font-size: 18px;
		line-height: 23px;
		padding-left: 0;
		padding-right: 0
	}

	.related .products>li {
		width: 100%;
	}

	ul.why li:last-child {
		background: none
	}

	h2 {
		font-size: 35px;
		line-height: 41px;
	}

	.single-product .ssba_facebook_share {
		margin-left: 4px;
	}

	.product_description {
		padding-top: 35px
	}

	h3:empty {
		display: none
	}

	.breadcrumb {
		display: none;
	}

	.single-product .image_product img {
		height: auto
	}

	.main-sidebared-content {
		padding-top: 30px;
	}

	ul.simplelist li:before {
		left: 10px;
	}

	ul.simplelist li {
		padding-left: 30px;
	}

	.single-product .entry-summary h1 {
		font-size: 26px;
		line-height: 40px;
	}

	.copy p span {
		font-size: 0;
		display: inline-block;
		padding: 0 5px;
	}

	ul.why li {
		height: auto !important;
		margin-bottom: 0
	}

	.woocommerce-account #customer_login .col-1,
	#customer_login .col-2,
	.login_tabs_wr {
		padding-left: 15px;
		padding-right: 15px;
	}

	.single-product .section .infoArea .grey ul li img {
		margin-bottom: 15px;
	}

	.single-product .section .infoArea .blue .text {
		width: 100%;
	}

	.single-product .section .infoArea .blue .text p,
	.single-product .section .infoArea .blue .text ul {
		width: auto;
	}

	.home .image_section {
		height: 400px;
	}

	.home .au_made_section h3,
	.au_made_section h3 {
		font-size: 21px;
	}

	.our_products_section h2,
	.home .image_section h2 {
		font-size: 45px;
		line-height: 55px;
	}

	.flex_sp {
		flex-wrap: wrap;
	}

	.flex_sp>div {
		width: 100%;
	}

	.flex_sp>div:first-child {
		margin-bottom: 25px;
	}

	.flex_sp>div img {
		margin-bottom: 10px;
	}

	.flex_sp>div .cta {
		width: 100%;
	}

	.infoArea h3 {
		font-size: 19px;
		line-height: 29px;
		letter-spacing: 1.5px;
	}

	.infoArea .grey.formula_grey_content ul li {
		width: 50%;
	}

	.img_s_heading_wr {
		padding-top: 60px;
	}

	.blog_posts_fl_row {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}

	.blog_post_box {
		width: 100%;
		margin-bottom: 50px;
	}

	.wb_cfo {
		background-image: none !important;
		text-align: center;
	}

	.wb_cfo ul {
		display: inline-block;
	}

	.wb_cfo ul li {
		text-align: left;
	}

	.cop_slider_wr .rsDefault .rsThumb {
		width: 95px;
		height: 53px;
	}

	.cop_slider_wr .rsDefault .rsThumbsHor {
		height: 53px;
	}

	.team_member_box {
		max-width: 100%;
	}

	.rs_title_wr h2 {
		font-size: 30px;
		line-height: 45px;
	}

	.prev_ct,
	.next_ct {
		display: none;
	}

	.img_slider_main {
		padding: 0;
	}

	.img_slider_thumb_wr {
		margin-top: 25px;
	}

	.single_article {
		width: 100%;
	}

	.single_article_img {
		margin-bottom: 15px;
	}

	.image_section h2 {
		font-size: 35px;
		line-height: 46px;
	}

	.vi_slider_wr .rsDefault .rsThumb {
		width: 94px;
		height: 52px;
	}

	.vi_slider_wr .rsDefault .rsThumbsHor {
		height: 52px;
	}

	.single-product .product_banner .entry-title {
		font-size: 32px;
		line-height: 36px
	}

	.formula_title_section h1 {
		font-size: 34px;
		line-height: 46px
	}

	.tabs_padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mid_icons_ul li {
		flex-wrap: wrap;
	}

	.mid_icons_ul li {
		padding: 20px 0px;
	}

	.mid_icons_ul li img {
		margin-right: 0;
	}

	.mid_icons_ul li span {
		max-width: none;
		margin-top: 15px;
		display: block;
	}

	.single-product .section .infoArea .grey.formula_grey_content ul li {
		width: 50%;
	}

	#contact_section .half:last-child {
		border: none;
		padding: 0 !important;
	}

	#customer_login form .cta_btn {
		width: 100%;
		margin-top: 30px;
		min-width: 0px;
	}

	.billing_col,
	.checkout-review-order-table-payment-container {
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media screen and (max-width: 440px) {
	#wc-braintree-credit-card-credit-card-form .form-row {
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 420px) {

	.page-id-10 select#addressify_results,
	.page-id-10 select#shipping_addressify_results {
		height: 52px;
	}

	.currency_aus {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.coupon .input-text {
		width: 100%;
		float: none;
	}

	.cart_coupon_form .cta_btn {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.buttons.cart_buttons * {
		max-width: none;
	}

	.ct_shop_table {
		width: 100% !important;
	}

	.cart_totals .shop_table td {
		padding-left: 15px;
		text-align: right;
	}

	.cart_totals .shop_table th {
		text-align: left;
	}

	.ct_shop_table th {
		width: 64px;
	}
}

@media screen and (max-width: 380px) {
	.flex_sp>div img {
		max-width: 100%;
	}

	.footer .content .footerLeft ul:nth-of-type(3) {
		width: 94px;
	}

	.single-product .entry-summary .single_add .cta_btn {
		width: 100%;
	}

	.add_to_cart_button_wr {
		width: 100%;
		margin-top: 25px;
	}

	#total_single_prod_price {
		float: none;
	}

	.single-product .product_banner .entry-title {
		font-size: 30px;
		line-height: 34px
	}

	.formula_info_area h2 {
		font-size: 26px;
		line-height: 36px
	}

	.formula_info_area h2 br {
		display: none
	}

	.page-id-11 #customer_login .col-1,
	.page-id-11 #customer_login .col-2,
	.page-id-11 .login_tabs_wr {
		padding-left: 10px;
		padding-right: 10px;
	}

	.shop_table thead th {
		font-size: 12px;
		font-weight: normal;
	}

	.my_account_orders td {
		font-size: 14px;
		line-height: 20px;
	}
}

@media screen and (max-width: 340px) {

	.single-product .image_product img,
	.formula_product_section .flex-control-nav.flex-control-thumbs {
		max-width: 280px;
	}
}

@font-face {
	font-family: 'BrandonGrotesque';
	src: url("../font/BrandonGrotesqueBold.eot");
	src: url("../font/BrandonGrotesqueBold.eot") format("embedded-opentype"), url("../font/BrandonGrotesqueBold.woff2") format("woff2"), url("../font/BrandonGrotesqueBold.woff") format("woff"), url("../font/BrandonGrotesqueBold.ttf") format("truetype"), url("../font/BrandonGrotesqueBold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}



.product_banner {
	background: #f8f8f8;
	padding: 15px 0px 30px;
}

.flex_row {
	display: flex;
}

.half_image {
	width: 55%;
}

.half_title {
	width: 45%;
	text-align: center;
}

.accordeon_header {
	cursor: pointer;
	position: relative;
}

.accordeon_header:after {
	content: "+";
	position: absolute;
	right: 0;
	font: 21px/20px "gill-sans-nova", sans-serif;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 26px;
	font-weight: normal;
}

.accordeon_header.accordeon_header_expanded:after {
	content: "-";
}

.accordeon_content {
	display: none;
}

/*
Theme Name: Bellamy's Organic
Version: 1.0
Theme URI: http://www.bellamysorganic.com.au/
Description: 
Author: Webprofits
Author URI: http://www.webprofits.com.au/
*/

.product_banner {
	background: #f8f8f8;
	padding: 15px 0px 30px;
}

.flex_row {
	display: flex;
}

.half_image {
	width: 55%;
}

.half_title {
	width: 45%;
	text-align: center;
}

.accordeon_header {
	cursor: pointer;
	position: relative;
}

.accordeon_header:after {
	content: "+";
	position: absolute;
	right: 0;
	font: 21px/20px "gill-sans-nova", sans-serif;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 26px;
	font-weight: normal;
}

.accordeon_header.accordeon_header_expanded:after {
	content: "-";
}

.accordeon_content {
	display: none;
}


.mfp-bg {
	background: none !important;
}

.Mac .mfp-close-btn-in {
	font: 300 normal 18px/21px "GillSans";
	color: #fff;
}

.Mac .mfp-close-btn-in .mfp-container .popupContent .infoContent .section.middle ul li {
	font-weight: normal;
	letter-spacing: 3px;
}

.Mac .mfp-close-btn-in .mfp-container .popupContent .infoContent .section.middle ul li .txt span .medium {
	font-weight: normal;
}

.Mac .mfp-close-btn-in .mfp-container .popupContent .infoContent .section.middle ul li .txt span .small {
	font-weight: normal;
}

.Mac .mfp-close-btn-in .mfp-container .popupContent .infoContent .section.bottom .bottomP {
	font-weight: normal;
}

.Mac .mfp-close-btn-in .mfp-container .popupContent .infoContent .section.bottom .bottomPBig {
	font-weight: normal;
	letter-spacing: 1px;
}

.Mac .mfp-close-btn-in .mfp-container .popupContent #popupTwo.infoContent .section.middle ul li {
	font-weight: normal;
}

.popupContent {
	width: 99%;
	border-radius: 5px;
	position: fixed;
	top: 0;
	left: 0.5%;
	padding: 0;
	font: 400 18px/21px "GillSans";
	color: #fff;
	z-index: 99;
	overflow: auto;
}

.popupContent .initialParagraph {
	background: #2d84cc;
	margin: 0;
	padding: 5px 40px 5px 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	position: relative;
}

.popupContent .initialParagraph .infoContentLink {
	color: #2d84cc;
	background: #fff;
	padding: 7px 10px;
	border-radius: 3px;
	border: 1px solid #fff;
	width: 124px;
	text-align: center;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 30px;
	white-space: nowrap;
	line-height: 16px;
}

.popupContent .initialParagraph .infoContentLink:hover {
	background: none;
	color: #fff;
	cursor: pointer;
}

.popupContent .closePopup {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(https://www.bellamysorganic.cn/Index/Tpl/Public/images/x.png) no-repeat center;
	opacity: 1;
	padding: 0;
	width: 20px;
	height: 20px;
}

.popupContent .closePopup:hover {
	cursor: pointer;
}

.popupContent .closePopup.closeInitial {
	top: 50%;
	margin-top: -10px;
}

.popupContent #popupOne {
	display: none;
	max-width: 900px;
	margin: 0 auto;
}

.popupContent .infoContent {
	position: relative;
	border-radius: 5px;
}

.popupContent .infoContent * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popupContent .infoContent .section {
	padding: 20px;
	width: 100%;
	background: #2d84cc;
}

.popupContent .infoContent .section.top {
	text-align: center;
	border-radius: 5px 5px 0 0;
	padding: 40px 20px;
}

.popupContent .infoContent .section.top .title {
	font: 400 34px/40px "GillSans";
	text-transform: uppercase;
	letter-spacing: 5px;
	width: 100%;
	padding: 0 0 20px;
}

.popupContent .infoContent .section.top .title .light {
	font-weight: normal;
	display: block;
	margin: 0 auto;
	letter-spacing: 3px;
}

.popupContent .infoContent .section.top .subtitle {
	font-size: 21px;
	line-height: 27px;
	max-width: 650px;
	margin: 0 auto;
	font-weight: normal;
}

.popupContent .infoContent .section.middle {
	background: #fff;
	padding: 40px 0 20px;
}

.popupContent .infoContent .section.middle ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.popupContent .infoContent .section.middle ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	width: calc(50% - 20px);
	padding: 0 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font: 600 21px/30px "GillSans";
	color: #2d84cc;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.popupContent .infoContent .section.middle ul li:nth-of-type(2),
.popupContent .infoContent .section.middle ul li:nth-of-type(4) {
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.popupContent .infoContent .section.middle ul li .img,
.popupContent .infoContent .section.middle ul li .txt {
	width: 100%;
	text-align: center;
}

.popupContent .infoContent .section.middle ul li img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto 10px;
}

.popupContent .infoContent .section.middle ul li .txt span {
	display: block;
	text-align: center;
	color: #6f6f6f;
	text-transform: none;
	letter-spacing: 0;
}

.popupContent .infoContent .section.middle ul li .txt span.medium {
	font: 600 18px/24px "GillSans";
}

.popupContent .infoContent .section.middle ul li .txt span.small {
	font: 400 italic 12px/24px "GillSans";
}

.popupContent .infoContent .section.middle ul li.arrow {
	width: 20px;
	padding: 0;
	margin: 0 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popupContent .infoContent .section.middle ul li.title {
	width: 100%;
	margin: 30px 0 50px;
	padding: 0 0 20px;
	font: 600 21px/30px "GillSans";
	color: #2d84cc;
	border-bottom: 1px solid #2d84cc;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.popupContent .infoContent .section.middle ul li.title:nth-of-type(1) {
	margin-top: 0;
}

.popupContent .infoContent .section.middle ul li.bottom {
	width: 100%;
	font: 400 italic 18px/24px "GillSans";
	color: #6f6f6f;
	text-transform: none;
	text-align: center;
	letter-spacing: 0;
}

.popupContent .infoContent .section.bottom {
	background: #f0f0f0;
	padding: 20px;
	text-align: center;
}

.popupContent .infoContent .section.bottom p {
	max-width: 730px;
	margin: 0 auto;
	color: #2d84cc;
}

.popupContent .infoContent .section.bottom .bottomP {
	font: 400 18px/21px "GillSans";
	padding: 0 0 20px;
}

.popupContent .infoContent .section.bottom .bottomPBig {
	font: 600 24px/31px "GillSans";
}

.popupContent .infoContent #popupTwo.infoContent .section.top {
	padding: 20px;
}

.popupContent .infoContent #popupTwo.infoContent .section.top .title {
	font-weight: normal;
	padding: 0;
	font-size: 24px;
}

.popupContent .infoContent #popupTwo.infoContent .section.middle {
	border-radius: 0 0 5px 5px;
}

.popupContent .infoContent #popupTwo.infoContent .section.middle .sectionContent {
	margin: 0 auto;
	padding: 0 60px;
}

.popupContent .infoContent #popupTwo.infoContent .section.middle ul li {
	margin-bottom: 40px;
}

.popupContent .infoContent #popupTwo.infoContent .section.middle ul li .txt {
	font-size: 14px;
	letter-spacing: 3px;
}

@media all and (max-width: 640px) {
	.popupContent .closePopup.closeInitial {
		top: 10px;
		margin-top: 0px;
	}

	.popupContent .initialParagraph {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 20px 40px;
		text-align: center;
	}

	.popupContent .initialParagraph .infoContentLink {
		width: 100%;
		text-align: center;
		margin: 20px 0 0;
	}

	.popupContent .infoContent .section.middle ul li {
		width: 100%;
	}

	.popupContent .infoContent .section.middle ul li.arrow {
		margin: 0 auto 20px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.popupContent .infoContent #popupTwo.infoContent .section.middle .sectionContent {
		padding: 0 20px;
	}
}


/*Upcoming product style*/
.woocommerce ul.products li.product .available {
	color: #77a464;
	display: block;
	font-weight: normal;
	margin-bottom: .5em;
	font-size: .857em;
}


.index_box_introduce {
	max-width: 1110px;
	margin: 70px auto;
	position: relative;
}

.index_introduce_title {
	max-width: 400px;
	position: absolute;
	left: 0;
	top: 0px;
}

.index_introduce_title_img img {
	height: 40px;
}

.index_introduce_title h2 {
	font-size: 20px;
	font-weight: 500;
	color: #ee1d23;
}

.index_introduce_content {
	position: relative;
	left: calc(50% - 100px);
	overflow: hidden;
}

.swiper-slide-active .index_introduce_img {
	left: 10%;
	opacity: 1;
}

.swiper-slide-active .index_introduce_text {
	opacity: 1;
}

.index_introduce_img_padd {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56%;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}

.index_introduce_img {
	width: 90%;
	position: relative;
	left: 0%;
	transition: all .3s;
	opacity: .6;
}

.index_introduce_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.index_introduce_text {
	position: relative;
	left: 0;
	margin-top: -120px;
	width: 40%;
	background: #deb563;
	z-index: 99;
	transition: all .3s;
	opacity: 0;
}

.index_introduce_text_content {
	padding: 30px;
}

.index_introduce_text h2 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	line-height: normal;
}

.index_introduce_text p {
	color: #fff;
	font-size: 16px;
	padding: 0;
}

.swiper-pagination-bullet-active {
	background: #ee1d23;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 80%;
}

.swiper-slide {}

.restrict_list {
	margin-top: 40px;
}

.restrict_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.restrict_list ul li {
	width: 47%;
	margin-top: 40px;
}

.restrict_list ul li h3 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: normal;
	/* padding-bottom: 10px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}

.restrict_list ul li p {
	font-size: 14px;
	color: #666;
	line-height: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.restrict_list ul li a {
	text-decoration: none;
}

.restrict_list_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	font-size: 20px;
	font-family: 'Samsung Sharp Sans';
}

.restrict_list_icon img {
	width: 30px;
}

.cantact_index {
	display: flex;
	justify-content: space-between;
}

.cantact_index h3 {}

.cantact_index ul li {
	display: flex;
	padding: 10px 0;
}

.cantact_index ul li i {
	font-size: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cantact_index .cantact_left_text {
	margin-left: 20px;
}

.cantact_index .cantact_left_text h3 {
	font-family: 'Samsung';
	font-size: 18px;
	color: #333;
}

.cantact_index .cantact_left_text h4 {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.cantact_left_text_dz {
	margin-left: 20px;
}

.cantact_left_text_dz h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.cantact_index .cantact_left_text_dz h4 {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.cantact_right {
	width: 60%;
}

.cantact_right-first {
	display: flex;
	justify-content: space-between;
}

.cantact_right-first-left {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.cantact_right-first-left-item {
	display: flex;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 6px;
}

.cantact_right-first-left-item>input {
	border: 0;
	outline: none;
	background: none;
}

.cantact_right-first-left-item>input::-webkit-input-placeholder {
	color: #333;
	font-size: 16px;
}

.cantact_right-first-right {
	width: 49%;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 6px;
}

.cantact_right-first-right>textarea {
	width: 100%;
	border: 0;
	outline: none;
	background: none;
}

.cantact_right-first-right>textarea::-webkit-input-placeholder {
	color: #333;
	font-size: 16px;
}

.cantact_right-second {
	margin-top: 45px;
}

.cantact_right-second>button {
	width: 190px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ee1d23;
	border: 0;
	outline: none;
	border-radius: 6px;
	color: #fff;
}

.header-caidan {
	display: none;
	width: 30px;
	height: 30px;
}

.header-caidan>img {
	width: 100%;
	height: 100%;
}

.header-mb {
	display: none;
}

.header-mb {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #fff;
	flex-direction: column;
}

.header-mb .close {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	padding: 30px;
	box-sizing: border-box;
}

.header-mb .close>img {
	width: 22px;
	height: 22px;
}

.navmb-list {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.navmb-list>li {
	margin: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.navmb-list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}

.dianshang-lianjie {
	background-color: #EE1D23 !important;
	color: #fff !important;
	margin-left: 20px;
	border: 1px solid #999;
	border-radius: 6px !important;
	overflow: hidden;
}

.dianshang-lianjie:hover {
	background-color: #EE1D23;
	color: #fff;
}


@media screen and (max-width: 960px) {
	.header-caidan {
		display: block;
		width: 30px;
		height: 30px;
	}

	.index_introduce_title {
		position: static;
	}

	.index_introduce_content {
		display: none;
	}

	.index_box_4 .common_btn {
		margin-top: 50px;
	}

	.cantact_index {
		flex-direction: column;
	}

	.cantact_right {
		width: 100%;
	}

	.index_box_introduce {
		padding: 10px;
	}
}

@media screen and (max-width: 600px) {}